Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit 702576f

Browse files
authored
fix: 夸克浏览器 更新提示 (#1756)
1 parent d743743 commit 702576f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/apps/com.quark.browser.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,16 @@ export default defineGkdApp({
2727
resetMatch: 'app',
2828
rules: [
2929
{
30-
key: 0,
3130
fastQuery: true,
3231
activityIds: 'com.ucpro.BrowserActivity',
33-
matches: ['[text*="版本更新" || text^="优化升级"]', '[text="取消"]'],
32+
matches: [
33+
'[text*="版本更新" || text^="优化升级" || text^="发现新版本"]',
34+
'[text="取消" || text="暂不更新"][clickable=true]',
35+
],
3436
snapshotUrls: [
3537
'https://i.gkd.li/i/13292512',
3638
'https://i.gkd.li/i/13455360',
39+
'https://i.gkd.li/i/24786251',
3740
'https://i.gkd.li/i/16643051', // 避免误触
3841
],
3942
},

0 commit comments

Comments
 (0)