同步AutoCommission更新 (#2573)

Co-authored-by: DarkFlameMaster <actions@github.com>
This commit is contained in:
DarkFlameMaster
2025-12-26 20:47:24 +08:00
committed by GitHub
parent ecb44c7fde
commit ddd2b5570d
3 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
// 原神每日委托自动执行脚本 - 常量定义模块
var Constants = {
// 版本和编译信息
VERSION: "0.98.12",
BUILD_TIME: "2025.12.24",
VERSION: "0.98.13",
BUILD_TIME: "2025.12.26",
// 文件路径常量
SUPPORT_LIST_PATH: "name.json",

View File

@@ -17,7 +17,7 @@
executeFile = step.data.executeFile || "";
}
if (!targetDescription || executeFile) {
if (!targetDescription || !executeFile) {
log.error("描述文本 与 json文件 为必填项!");
return;
}

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "(对话+成就)全自动蒙德地区每日委托",
"version": "0.98.12",
"version": "0.98.13",
"tags": ["委托","对话","战斗","成就","历练点"],
"description": "自动完成每日委托、自动识别委托内容、自动追踪战斗委托、自动完成对话委托、自动获得到隐藏成就。使用前请阅读README.md获取详细说明和常见问题解答。目前项目急需人手,有意者可加群。感谢云闲vsv & 换苏伟u & 小鹰划船不用桨 & 塔台 & 未知_ 的共同开发",
"authors": [