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:
xiaowonet 2023-11-26 21:03:55 +08:00 committed by GitHub
parent 314b309361
commit ca222cad5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,