MapoMagpie / eh-view-enhance

Manga Viewer + Downloader, Focus on experience and low load on the site. Support: e-hentai.org | exhentai.org | pixiv.net | 18comic.vip | nhentai.net | hitomi.la | rule34.xxx | danbooru.donmai.us | gelbooru.com | twitter.com
MIT License
264 stars 8 forks source link

关于长时间调试之后,调试脚本被 油猴 自动升级的bug #36

Closed kakuri2020 closed 5 months ago

kakuri2020 commented 5 months ago

Describe the bug A clear and concise description of what the bug is.

使用 pnpm run dev,安装 server: xxx 调试脚本之后,如果时间很长(比如说1,2天),油猴会根据update url将其自动升级,导致调试脚本失效,必须要重新运行 pnpm run dev,并将升级后的脚本删掉

这会导致在调试脚本上的一切配置(下载线程,快捷键,漂浮框位置)等都变为默认值

建议能不能在 pnpm run dev 之后安装的调试脚本里,把 downloadURL 和 updateURL 删掉

Browser And Version Which Browser Do You Use? And Browser Version 你使用什么浏览器与版本? Chrome 122.0.6261.95

MapoMagpie commented 5 months ago

346dffc687eda35c94bd4286764f14de481c240c 现在downloadURL和updateURL应该只会在pnpm run build时出现了。

kakuri2020 commented 5 months ago

LGFM, Thanks 😄