mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat: 规则分类
This commit is contained in:
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '主页推荐关注弹窗',
|
||||
name: '全屏广告-主页推荐关注弹窗',
|
||||
activityIds: ['com.dianping.main.guide.SplashActivity'],
|
||||
rules:
|
||||
'FrameLayout[id="android:id/content"] >2 FrameLayout > ImageView + FrameLayout[id=null][desc="关闭"][clickable=true]',
|
||||
@@ -14,7 +14,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '消息页上方开启系统通知提醒',
|
||||
name: '通知提示-消息页上方开启系统通知提醒',
|
||||
activityIds: ['com.dianping.main.guide.SplashActivity'],
|
||||
rules: {
|
||||
matches:
|
||||
@@ -25,7 +25,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '关闭[签到开红包]',
|
||||
name: '局部广告-关闭[签到开红包]',
|
||||
desc: '点击右下角悬浮图片右上角的x图标',
|
||||
activityIds: ['com.dianping.v1.NovaMainActivity'],
|
||||
rules:
|
||||
@@ -34,7 +34,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
name: '弹窗广告',
|
||||
name: '全屏广告-弹窗广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
@@ -47,7 +47,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 5,
|
||||
name: '卡片式广告',
|
||||
name: '局部广告-卡片式广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
|
||||
Reference in New Issue
Block a user