mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
perf(夸克): 更新提示
This commit is contained in:
@@ -33,13 +33,12 @@ export default defineGkdApp({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
matches: '@Button[text="取消"] + Button[text="更新"]',
|
matches: ['[text*="版本更新" || text^="优化升级"]', '[text="取消"]'],
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13292512',
|
snapshotUrls: [
|
||||||
},
|
'https://i.gkd.li/i/13292512',
|
||||||
{
|
'https://i.gkd.li/i/13455360',
|
||||||
key: 1,
|
'https://i.gkd.li/i/16643051', // 避免误触
|
||||||
matches: '@Button[text="取消"] + Button[text="确定"]',
|
],
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13455360',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user