mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(转转) 更新提示(补充规则) (#95)
This commit is contained in:
@@ -8,9 +8,21 @@ export default defineAppConfig({
|
||||
key: 1,
|
||||
name: '更新提示',
|
||||
actionMaximum: 1,
|
||||
actionMaximumKey: 0,
|
||||
resetMatch: 'app',
|
||||
rules: '@[text="下次再说"] +2 [text="立即升级"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14292849',
|
||||
quickFind: true,
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '@[text="下次再说"] +2 [text="立即升级"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14292849',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches: '@[text="残忍拒绝"] +2 [text="立即安装"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14392301',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user