feat: 规则分类

This commit is contained in:
aisouler
2024-02-05 19:50:26 +08:00
parent 7aed2364ff
commit 2ca145fa55
67 changed files with 142 additions and 156 deletions

View File

@@ -3,6 +3,7 @@ import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.crirp.zhipu',
name: '智谱',
deprecatedKeys: [3],
groups: [
{
name: '开屏广告',
@@ -20,9 +21,9 @@ export default defineAppConfig({
],
},
{
name: '首页-今日要闻-不再提示',
name: '全屏广告-今日要闻弹窗',
key: 2,
desc: '【首页-今日要闻-不再提示】和【首页-今日要闻-关闭】只开启一个即可',
desc: '点击不再提示',
enable: false,
quickFind: true,
activityIds: 'com.ruipeng.zipu.ui.main.uniauto.UniautoHomeActivity',
@@ -33,19 +34,5 @@ export default defineAppConfig({
},
],
},
{
name: '首页-今日要闻-关闭',
key: 3,
desc: '【首页-今日要闻-不再提示】和【首页-今日要闻-关闭】只开启一个即可',
enable: false,
quickFind: true,
activityIds: 'com.ruipeng.zipu.ui.main.uniauto.UniautoHomeActivity',
rules: [
{
matches: '[id$="/tv_close"]',
snapshotUrls: 'https://i.gkd.li/import/13725337',
},
],
},
],
});