mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
perf(MT管理器): 更新提示
This commit is contained in:
@@ -8,11 +8,14 @@ export default defineGkdApp({
|
||||
key: 1,
|
||||
name: '更新提示',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '@[text="取消"] + [text="更新"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/12908784',
|
||||
rules: [
|
||||
{
|
||||
matches: ['[text="更新"]', '[text="取消"]'],
|
||||
snapshotUrls: 'https://i.gkd.li/i/16050794',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user