mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 22:33:40 +08:00
fix(夸克): 更新提示 (#2481)
* fix(夸克): 更新提示 * Update com.quark.browser.ts * chore(actions): check_format_lint * Update com.quark.browser.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
314b309361
commit
ca222cad5a
|
@ -31,8 +31,18 @@ export default defineAppConfig({
|
|||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
activityIds: 'com.ucpro.BrowserActivity',
|
||||
rules: '@Button[text="取消"] + Button[text="更新"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13292512',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '@Button[text="取消"] + Button[text="更新"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13292512',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches: '@Button[text="取消"] + Button[text="确定"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13455360',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
|
|
Loading…
Reference in New Issue
Block a user