添加“传送至指定合成台”js脚本 (#672)

* Add files via upload

* 传送至指定合成台

* Delete repo/js/蒙德合成台.json

* Delete repo/js/main.js

* Delete repo/js/manifest.json

* Delete repo/js/settings.json

* Delete repo/js/枫丹合成台.json

* Delete repo/js/璃月合成台.json

* Delete repo/js/稻妻合成台.json

* Update settings.json
This commit is contained in:
NaraLan0502
2025-04-30 00:04:08 +08:00
committed by GitHub
parent 46778327a5
commit 5abf340dfe
7 changed files with 204 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[
{
"name": "location",
"type": "select",
"label": "指定合成台",
"options": [
"蒙德合成台",
"璃月合成台",
"稻妻合成台",
//"须弥合成台",
//"纳塔合成台",
"枫丹合成台"
]
}
]