Files
bettergi-scripts-list/repo/js/PurchaseArtifacts/settings.json
skyflag2022 d61fc68cbe 添加多账户功能 (#2102)
* 添加多账户功能

参考autocode脚本

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update repo/js/PurchaseArtifacts/main.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: 躁动的氨气 <131591012+zaodonganqi@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-09 18:56:11 +08:00

58 lines
1015 B
JSON

[
{
"name": "userName",
"type": "input-text",
"label": "账户名称\n用于多账户运行时区分不同账户",
"default": "默认账户"
},
{
"name": "select1",
"type": "checkbox",
"label": "蒙德商人",
"default": true
},
{
"name": "select2",
"type": "checkbox",
"label": "璃月商人1",
"default": true
},
{
"name": "select3",
"type": "checkbox",
"label": "璃月商人2",
"default": true
},
{
"name": "select4",
"type": "checkbox",
"label": "稻妻商人",
"default": true
},
{
"name": "select5",
"type": "checkbox",
"label": "须弥商人",
"default": true
},
{
"name": "select6",
"type": "checkbox",
"label": "枫丹商人",
"default": true
},
{
"name": "select7",
"type": "checkbox",
"label": "纳塔商人",
"default": true
},
{
"name": "select8",
"type": "checkbox",
"label": "挪德卡莱商人",
"default": true
},
]