TravelersTales fix (#2346)

* fix

* Update version to 0.2.1 in manifest.json
This commit is contained in:
ddaodan
2025-11-13 14:35:51 +08:00
committed by GitHub
parent 1954dfc3ac
commit 1ea9440d72
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ let failed = false;
if (settings.enableDetailedLogs) {
log.info(`最大运行次数: ${maxRuns}`);
}
showCurrentSettings();
// showCurrentSettings();
let failCount = 0;
let lastProgress = -1;

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "游逸旅闻",
"version": "0.2",
"version": "0.2.1",
"bgi_version": "0.45.1",
"description": "自动游逸旅闻",
"authors": [
@@ -23,4 +23,4 @@
"saved_files": [
"config.json"
]
}
}