<link rel="stylesheet" href="https://hu60.cn/q.php/api.webplug-file/22780_public_hu60bot.css" />
<script src="https://hu60.cn/q.php/api.webplug-file/22780_public_hu60bot.js"></script>
导入后网站右下角有个小老虎图标,点击立即开始对话
@艾木友尔尔巴,我把 #floatPluginMenu
的z-index
调整的非常大,不出意外的话,小老虎应该在顶层,也就是会遮盖住你之前的插件。
这块比较优雅的解决方案是,大家遵守同一个插件入口规范。
比如,在网站右下角为插件入口的,统一 append 到 #floatPluginMenu
中。示例代码:
let floatPluginMenu = document.querySelector('#floatPluginMenu')
if (floatPluginMenu == null) {
floatPluginMenu = document.createElement("div")
floatPluginMenu.id = 'floatPluginMenu'
document.querySelector('body').appendChild(floatPluginMenu)
}
...
floatPluginMenu.appendChild(hu60botPlugin)
好像有点问题,一直报WS_ERR: {"isTrusted":true}
努力~奋斗~
一加8Pro
遮挡了,头像这个是个聊天室插件,找不到哪里删除了。网页插件里没有这个插件
小米8(白)