mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:53:34 +08:00
feat(起点读书): 青少年模式弹窗-优化规则
This commit is contained in:
parent
c0a7930604
commit
0e38ab04b3
|
@ -25,10 +25,16 @@ export default defineAppConfig({
|
|||
{
|
||||
key: 2,
|
||||
name: '青少年模式弹窗',
|
||||
activityIds: ['com.qidian.QDReader.bll.helper.z0'],
|
||||
activityIds: [
|
||||
'com.qidian.QDReader.bll.helper.z0',
|
||||
'com.qidian.QDReader.ui.activity.MainGroupActivity',
|
||||
],
|
||||
rules:
|
||||
'[text$="青少年模式"] < [id="com.qidian.QDReader:id/btnEnterTeen"] + [id="com.qidian.QDReader:id/btnCancel"] >(2) [text="我知道了"]',
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12640241'],
|
||||
'[id="com.qidian.QDReader:id/btnEnterTeen"] + [id="com.qidian.QDReader:id/btnCancel"]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12640241',
|
||||
'https://gkd-kit.gitee.io/import/12709168',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
|
|
Loading…
Reference in New Issue
Block a user