mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-19 03:59:51 +08:00
添加清理队伍缓存 (#1872)
This commit is contained in:
@@ -150,7 +150,9 @@ const RightSliderBottomRo = RecognitionObject.TemplateMatch(file.ReadImageMatSyn
|
||||
ConfigureStatue = true;
|
||||
}
|
||||
return ConfigureStatue;
|
||||
} // Main
|
||||
}
|
||||
|
||||
// Main
|
||||
if (!!settings.partyName) {
|
||||
try {
|
||||
if (!settings.disableGoStatue) {
|
||||
@@ -173,6 +175,7 @@ const RightSliderBottomRo = RecognitionObject.TemplateMatch(file.ReadImageMatSyn
|
||||
await SwitchParty(settings.partyName);
|
||||
}
|
||||
}
|
||||
genshin.clearPartyCache();
|
||||
} catch (error) {
|
||||
log.error("队伍切换失败:" + error.message);
|
||||
notification.error("队伍切换失败:" + error.message);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "返回七天神像切换指定队伍加速版",
|
||||
"version": "1.2",
|
||||
"version": "1.3",
|
||||
"bgi_version": "0.44.4",
|
||||
"description": "",
|
||||
"authors": [
|
||||
|
||||
Reference in New Issue
Block a user