mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(学习通): 开启消息通知、规则优化(使用quickFind) (#1543)
This commit is contained in:
@@ -7,9 +7,20 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
activityIds: 'com.chaoxing.mobile.activity.SplashActivity',
|
activityIds: 'com.chaoxing.mobile.activity.SplashActivity',
|
||||||
rules: '[id="com.chaoxing.mobile:id/jump_view"]',
|
rules: '[id="com.chaoxing.mobile:id/jump_view"]',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12708472',
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12708472',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 10,
|
||||||
|
name: '开启消息通知',
|
||||||
|
desc: '自动点击关闭',
|
||||||
|
enable: false,
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.chaoxing.mobile.main.ui.MainTabActivity',
|
||||||
|
rules: '[id="com.chaoxing.mobile:id/vNotificationItemClose"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13197374',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user