mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user