-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
一个小问题 #3
Labels
invalid
This doesn't seem right
Comments
唔.. 在 initModel() 前,应该已经 live2d_settings['homePageUrl'] = 'auto'; 了... |
嗯就是这一步好像是当 |
嗯,当 |
我用Chrome单步调试了一下,发现经过这句后 |
仔细看了下的确忘了赋值 ... 感谢提醒 |
fghrsh
added
bug
Something isn't working
invalid
This doesn't seem right
and removed
bug
Something isn't working
labels
Jun 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你好,我想问下这里是不是当
live2d_settings.homePageUrl == 'auto'
时并没有进行赋值操作,只是做了判断?我觉得应该是live2d_settings.homePageUrl = live2d_settings.homePageUrl == 'auto' ? window.location.protocol+'//'+window.location.hostname+'/' : live2d_settings.homePageUrl;
live2d_demo/assets/waifu-tips.js
Line 154 in cbd64c3
The text was updated successfully, but these errors were encountered: