mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 06:02:20 +08:00
feat(起点读书):红包弹窗 (#3845)
* feat(起点读书):红包弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
e01923aaca
commit
2e6b220ddc
|
@ -115,5 +115,20 @@ export default defineAppConfig({
|
|||
rules: 'View[desc="我知道了"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13606901',
|
||||
},
|
||||
{
|
||||
key: 13,
|
||||
quickFind: true,
|
||||
name: '全屏广告-红包弹窗',
|
||||
desc: '点击X',
|
||||
rules: [
|
||||
{
|
||||
activityIds:
|
||||
'com.qidian.QDReader.ui.activity.hongbao_square.NewHongBaoSquareActivity',
|
||||
matches:
|
||||
'[id="com.qidian.QDReader:id/rootView"] > [id="com.qidian.QDReader:id/btnHongbaoClose"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13918466',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user