update autoArtifacts

- add a setting to make active-restoration optional
- optimize some paths
- fine-tune some points
This commit is contained in:
Yang-z
2025-01-26 11:07:45 +08:00
parent 4cdf684d15
commit 457393ed40
30 changed files with 386 additions and 339 deletions

View File

@@ -60,5 +60,15 @@
"name": "autoSalvageSpan",
"type": "input-text",
"label": "自动分解在多少路径后执行一次默认10"
},
{
"name": "activeRestore",
"type": "select",
"label": "主动去神像恢复(默认:是)",
"options": [
"是",
"否"
]
}
]