mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat: 规则分类
This commit is contained in:
@@ -2,11 +2,11 @@ import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.android.thememanager',
|
||||
name: 'miui主题壁纸',
|
||||
name: '主题壁纸',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '主题详情底部广告',
|
||||
name: '局部广告-主题详情底部广告',
|
||||
desc: '注意如果使用ADB禁用了MIUI广告组件,点击此按钮会无反应,可关闭此规则,避免过多相同点击记录',
|
||||
rules:
|
||||
'[id="com.android.thememanager:id/ad_close_btn"][visibleToUser=true]',
|
||||
@@ -14,7 +14,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '广告弹窗',
|
||||
name: '全屏广告-广告弹窗',
|
||||
quickFind: true,
|
||||
activityIds: 'com.android.thememanager.ThemeResourceTabActivity',
|
||||
rules: 'ImageView[id="com.android.thememanager:id/cancel"][desc="关闭"]',
|
||||
|
||||
Reference in New Issue
Block a user