diff --git a/repo/js/HolyRelicsUp/main.js b/repo/js/HolyRelicsUp/main.js index fbf30b018..f05ac9115 100644 --- a/repo/js/HolyRelicsUp/main.js +++ b/repo/js/HolyRelicsUp/main.js @@ -967,7 +967,7 @@ async function unchecked(log_off) { async function scrollPageByAttributeSortInit() { // 计算滚动高度:页面总高度的1/5加上1/25 // 然后执行滚动操作,true表示平滑滚动,6表示滚动速度 - await scrollPage(Math.floor(genshinJson.height * (1 / 5 + 1 / 25)), true, 6) + await scrollPage(Math.floor(genshinJson.height * (165 / 1080)), true, 6) await info('拖动到看不见辅助排序规则(影响OCR)') } diff --git a/repo/js/HolyRelicsUp/manifest.json b/repo/js/HolyRelicsUp/manifest.json index aaeeb661d..f5419e191 100644 --- a/repo/js/HolyRelicsUp/manifest.json +++ b/repo/js/HolyRelicsUp/manifest.json @@ -1,6 +1,6 @@ { "name": "圣遗物批量强化", - "version": "1.1.0", + "version": "1.1.1", "description": "一个批量强化圣遗物的脚本", "settings_ui": "settings.json", "main": "main.js",