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