Skip to content
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

开发者您好,人物模型被遮挡的问题 #96

Closed
wjl110 opened this issue Mar 14, 2022 · 20 comments
Closed

开发者您好,人物模型被遮挡的问题 #96

wjl110 opened this issue Mar 14, 2022 · 20 comments

Comments

@wjl110
Copy link

wjl110 commented Mar 14, 2022

开发者您好,我使用的是hexo+vue主题,fork后在主题yml配置文件中引用了您的小部件
image

实际网站效果会出现以下情况
image
请问如何jie解决呢?
致-stevenjoezhang

@stevenjoezhang
Copy link
Owner

您好,增加下面这个值:

z-index: 1;

直到人物模型能够覆盖其它组件

@wjl110
Copy link
Author

wjl110 commented Mar 14, 2022

这个值原先就已存在,人物依旧置于后方

image

@PFiS1737
Copy link

这个值原先就已存在,人物依旧置于后方

image

增加它的数值,将1改为其他更大的数,这个样式是规定它的海拔的(越大,将会被更优先显示

@wjl110
Copy link
Author

wjl110 commented Mar 14, 2022

发现了如下几个问题
image
数值已修改
image

js已经修改
image
个人fork地址
image
发布的版本号
image
肢体配置文件
image

@PFiS1737
Copy link

大概是因为 jsdelivr 缓存的问题,建议放到本地,

尝试访问一下 https://purge.jsdelivr.net/... 对应的页面 (即把 cdn 改为 purge)多访问几遍

@wjl110
Copy link
Author

wjl110 commented Mar 14, 2022

收到

大概是因为 jsdelivr 缓存的问题,建议在本地,

试用一下访问一下https://purge.jsdelivr.net/...的页面(即把cdn改为purge)多访问几遍

@wjl110
Copy link
Author

wjl110 commented Mar 14, 2022

https://purge.jsdelivr.net/

在本地访问的情况是这样的
image

@wjl110
Copy link
Author

wjl110 commented Mar 14, 2022

image

大概是因为 jsdelivr 缓存的问题,建议在本地,

试用一下访问一下https://purge.jsdelivr.net/...的页面(即把cdn改为purge)多访问几遍

@wjl110
Copy link
Author

wjl110 commented Mar 14, 2022

image

成功了,我把readme重新读了三遍,确认 是cdn缓存和本地浏览器缓存的问题

@wjl110
Copy link
Author

wjl110 commented Mar 14, 2022

谢谢你们的帮助

@wjl110
Copy link
Author

wjl110 commented Mar 14, 2022

遗憾的是我将z-z-index的值设置为100,
人物依然后置...♡o(╥﹏╥)o ♥♡
image

@wjl110
Copy link
Author

wjl110 commented Mar 14, 2022

难道是要设置成负数么....

@wjl110
Copy link
Author

wjl110 commented Mar 14, 2022

如果您不闲麻烦的话,可以帮我查看一下是哪儿出了问题么...
小组件地址:https://github.com/wjl110/live2d-widget
hexo+机关主题配置文件地址:https://github.com/wjl110/wjl110.github.io/blob/main/_config.aurora.yml
image
cdn缓存地址:https://cdn.jsdelivr.net/gh/wjl110/[email protected]/autoload.js
image
小组件缓存地址:https://cdn.jsdelivr.net/gh/wjl110/live2d-widget/
image

@stevenjoezhang
Copy link
Owner

100 不够就继续加,加到盖住其它内容为止 😂
上限应该是 2147483647

@wjl110
Copy link
Author

wjl110 commented Mar 14, 2022

收到

@wjl110
Copy link
Author

wjl110 commented Mar 14, 2022

image

@wjl110
Copy link
Author

wjl110 commented Mar 14, 2022

000ooOOOHHHHHHHH!!!!!!!-bingo!! w(゚Д゚)w
image
ps:我以为100已经是上限了,结果....
谢谢开发者的帮助.嘿嘿╰(°▽°)╯╰(°▽°)╯╰(°▽°)╯

@lzhvahaha
Copy link

已经加到2147483647了,还是不行啊

@wangjunmiao
Copy link

请问博客中的看板娘 怎么做到切换页面人物不重新加载呢

@PFiS1737
Copy link

请问博客中的看板娘 怎么做到切换页面人物不重新加载呢

这个不是看版娘应该设计的功能,而是应该在你的网站中实现,比如 PJAX 可以让在页面不重新加载的情况下更新内容,应该将看板娘放在其加载范围以外的地方

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants