mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(中国工商银行): 评价提示 (#676)
This commit is contained in:
@@ -12,11 +12,26 @@ export default defineGkdApp({
|
|||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'com.icbc.activity.main.MainActivity',
|
activityIds: '.activity.main.MainActivity',
|
||||||
matches: '[id="com.icbc:id/tv_time"][text*="跳过"][text.length<=6]',
|
matches: '[id="com.icbc:id/tv_time"][text*="跳过"][text.length<=6]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13330431',
|
snapshotUrls: 'https://i.gkd.li/i/13330431',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '评价提示',
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: '.activity.web.ICBCWebView',
|
||||||
|
matches: '[text="下次再说"][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/85e48265-4269-4122-a70f-5361698954c0',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/18296892',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user