mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat: 规则分类
This commit is contained in:
@@ -6,14 +6,14 @@ export default defineAppConfig({
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
name: '更新提示',
|
||||
activityIds: 'com.dep.biguo.dialog',
|
||||
rules: '@[text="取消"] +2 [text="立即更新"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12708751',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '首页广告弹窗',
|
||||
name: '全屏广告-首页弹窗广告',
|
||||
activityIds: 'com.dep.biguo.dialog',
|
||||
rules:
|
||||
'[id="com.dep.biguo:id/imageView"] + [id="com.dep.biguo:id/closeView"]',
|
||||
@@ -22,7 +22,7 @@ export default defineAppConfig({
|
||||
{
|
||||
enable: false,
|
||||
key: 10,
|
||||
name: '请求定位权限弹窗',
|
||||
name: '定位提示-请求定位权限弹窗',
|
||||
activityIds: 'com.dep.biguo.mvp.ui.activity.MainActivity',
|
||||
rules: '[text*="定位权限"] +2 [text="拒绝"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12708770',
|
||||
|
||||
Reference in New Issue
Block a user