mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat: 规则分类
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineAppConfig({
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
name: '更新提示',
|
||||
activityIds: 'com.boohee.library.update.UpdateDialogActivity',
|
||||
rules:
|
||||
'@[id="com.boohee.one:id/tv_ignore"] + [id="com.boohee.one:id/tv_update"]',
|
||||
@@ -15,7 +15,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '发现页广告弹窗',
|
||||
name: '全屏广告-发现页广告弹窗',
|
||||
activityIds: 'com.sensorsdata.sf.ui.view.DialogActivity',
|
||||
rules:
|
||||
'LinearLayout[childCount=2] > @ImageView[id=null][clickable=true] + ImageView',
|
||||
@@ -24,7 +24,7 @@ export default defineAppConfig({
|
||||
{
|
||||
enable: true,
|
||||
key: 10,
|
||||
name: '请求开启通知权限弹窗',
|
||||
name: '通知提示-请求开启通知权限弹窗',
|
||||
desc: '自动点击x按钮',
|
||||
activityIds:
|
||||
'com.boohee.one.app.account.ui.activity.MsgCategoryActivityV2',
|
||||
|
||||
Reference in New Issue
Block a user