Files
bettergi-scripts-list/repo/js/ActivitySwitch/settings.json
云端客 8f46b383ae 活动页面切换功能(version 1.1.0) (#1619)
* feat: 添加原神初露之源水下采集脚本(init)

* feat: 初露之源添加<自体自身之塔>上部、中部、下部区域采集功能(补齐完整)

* feat: 添加队伍切换功能

* feat: 添加返回主界面功能JS(方便扩展调度器使用)

* feat: 添加活动页面切换功能

* docs: 添加活动切换脚本说明文档及代码优化

* docs: 更新活动切换脚本说明文档

* refactor: (用于提交PR)移除废弃的队伍切换和采集脚本-并修正切换活动页面的默认值

* refactor: 调整分页和OCR计数相关参数

* refactor: (版本升为1.1.0)优化鼠标移动逻辑并调整默认参数

* json 命名错误替换

* fix: 添加活动识别完成判断并优化代码格式
2025-08-17 14:47:05 +08:00

80 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[
{
"name": "enable",
"type": "checkbox",
"label": "启用先返回主界面后执行切换",
"default": true
},
{
"name": "activityName",
"type": "input-text",
"label": "活动名称"
},
{
"name": "maxOcrCount",
"type": "select",
"label": "最大识别次数(默认3次,理论上3次就够了,不包含首次识别)",
"options": [
"默认",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
]
},
{
"name": "toTopPage",
"type": "select",
"label": "滑多少次数到顶(默认4次),建议设大点",
"options": [
"默认",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
]
},
{
"name": "onePage",
"type": "select",
"label": "设置一页多少次(默认3次),建议设置到合适识别即可",
"options": [
"默认",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
]
},
{
"name": "operate",
"type": "select",
"label": "滑动页面方式(默认:滚轮滑动)",
"options": [
"默认",
"鼠标拖动",
"滚轮滑动"
]
},
{
"name": "activityKey",
"type": "input-text",
"label": "打开活动页面按键(不填默认F5)"
}
]