mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(起点读书): 青少年模式弹窗-优化规则
This commit is contained in:
@@ -25,10 +25,16 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '青少年模式弹窗',
|
name: '青少年模式弹窗',
|
||||||
activityIds: ['com.qidian.QDReader.bll.helper.z0'],
|
activityIds: [
|
||||||
|
'com.qidian.QDReader.bll.helper.z0',
|
||||||
|
'com.qidian.QDReader.ui.activity.MainGroupActivity',
|
||||||
|
],
|
||||||
rules:
|
rules:
|
||||||
'[text$="青少年模式"] < [id="com.qidian.QDReader:id/btnEnterTeen"] + [id="com.qidian.QDReader:id/btnCancel"] >(2) [text="我知道了"]',
|
'[id="com.qidian.QDReader:id/btnEnterTeen"] + [id="com.qidian.QDReader:id/btnCancel"]',
|
||||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12640241'],
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/12640241',
|
||||||
|
'https://gkd-kit.gitee.io/import/12709168',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user