Files
bettergi-scripts-list/repo/js/切换武器 OCR/settings.json
JJMdzh db323812dd js,切换武器 模糊匹配 (#665)
* js,切换武器 模糊匹配

v2.1增加模糊匹配,增加别名匹配。v2.22兼容未知角色、未知武器

* js,切换武器 模糊匹配

增加模糊匹配,增加别名匹配;极大提高识别成功率;兼容未知角色、未知武器
2025-04-29 00:08:14 +08:00

32 lines
754 B
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": "Character",
"type": "input-text",
"label": "角色(如 草神、奶奶)"
},
{
"name": "Weapon",
"type": "input-text",
"label": "武器(如 金珀、祭礼)"
},
{
"name": "Element",
"type": "select",
"label": "=============\n选元素缩范围 非必填\n元素默认'物'=不选)",
"options": [
"物",
"火",
"水",
"草",
"雷",
"风",
"冰",
"岩",
]
},
{
"name": "pageScrollCount",
"type": "input-text",
"label": "默认:四行武器为一页\n最大滑页次数默认2)"
}
]