mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(翼支付): 广告弹窗 (#2485)
* feat(翼支付):广告弹窗 * chore(actions): check_format_lint * Update com.chinatelecom.bestpayclient.ts --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #2480
This commit is contained in:
@@ -33,9 +33,29 @@ export default defineAppConfig({
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity',
|
||||
rules:
|
||||
'[id^="am-modal-container"] Dialog @View[clickable=true][index=1] > Image',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13402692',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '权益页',
|
||||
matches:
|
||||
'Image < @View[clickable=true][index=1] <<n Dialog <<n [id="com.chinatelecom.bestpayclient:id/best_h5_container"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13402692',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '首页',
|
||||
matches:
|
||||
'[id="com.chinatelecom.bestpayclient:id/iv_dialog_close_one"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13455790',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '借贷页',
|
||||
matches:
|
||||
'@View[clickable=true][text=""] <<n [id="com.chinatelecom.bestpayclient:id/best_h5_container"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13455929',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
|
||||
Reference in New Issue
Block a user