mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +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,10 +33,30 @@ export default defineAppConfig({
|
|||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity',
|
activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity',
|
||||||
rules:
|
rules: [
|
||||||
'[id^="am-modal-container"] Dialog @View[clickable=true][index=1] > Image',
|
{
|
||||||
|
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',
|
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,
|
enable: false,
|
||||||
key: 4,
|
key: 4,
|
||||||
|
|||||||
Reference in New Issue
Block a user