style: run prettier as there's missing stuff apparently

This commit is contained in:
Constrat
2025-10-20 21:30:13 +02:00
parent d7524a4f9e
commit c91c1ff279
13 changed files with 286 additions and 283 deletions

View File

@@ -1,45 +1,31 @@
{
"name": "MaaAssistantArknights",
"controller": [
{
"name": "Adb",
"type": "Adb"
}
],
"resource": [
{
"name": "官服 | Official",
"path": [
"{PROJECT_DIR}/resource"
]
},
{
"name": "日服 | YoStarJP",
"path": [
"{PROJECT_DIR}/resource",
"{PROJECT_DIR}/resource/global/YoStarJP/resource"
]
},
{
"name": "韩服 | YoStarKR",
"path": [
"{PROJECT_DIR}/resource",
"{PROJECT_DIR}/resource/global/YoStarKR/resource"
]
},
{
"name": "美服 | YoStarEN",
"path": [
"{PROJECT_DIR}/resource",
"{PROJECT_DIR}/resource/global/YoStarEN/resource"
]
},
{
"name": "台服 | txwy",
"path": [
"{PROJECT_DIR}/resource",
"{PROJECT_DIR}/resource/global/txwy/resource"
]
}
]
"name": "MaaAssistantArknights",
"controller": [
{
"name": "Adb",
"type": "Adb"
}
],
"resource": [
{
"name": "官服 | Official",
"path": ["{PROJECT_DIR}/resource"]
},
{
"name": "日服 | YoStarJP",
"path": ["{PROJECT_DIR}/resource", "{PROJECT_DIR}/resource/global/YoStarJP/resource"]
},
{
"name": "韩服 | YoStarKR",
"path": ["{PROJECT_DIR}/resource", "{PROJECT_DIR}/resource/global/YoStarKR/resource"]
},
{
"name": "美服 | YoStarEN",
"path": ["{PROJECT_DIR}/resource", "{PROJECT_DIR}/resource/global/YoStarEN/resource"]
},
{
"name": "台服 | txwy",
"path": ["{PROJECT_DIR}/resource", "{PROJECT_DIR}/resource/global/txwy/resource"]
}
]
}