mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(转转) 更新提示(补充规则)
This commit is contained in:
@@ -8,9 +8,21 @@ export default defineAppConfig({
|
|||||||
key: 1,
|
key: 1,
|
||||||
name: '更新提示',
|
name: '更新提示',
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
|
actionMaximumKey: 0,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '@[text="下次再说"] +2 [text="立即升级"]',
|
quickFind: true,
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14292849',
|
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