mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat: 规则分类
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineAppConfig({
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '浮窗广告',
|
||||
name: '局部广告-浮窗广告',
|
||||
quickFind: true,
|
||||
activityIds: 'com.ctm.home.page.MainActivity',
|
||||
rules: '[id="com.ctm:id/iv_close"]',
|
||||
@@ -15,7 +15,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '底部横幅广告',
|
||||
name: '局部广告-底部横幅广告',
|
||||
quickFind: true,
|
||||
activityIds: 'com.ctm.home.page.MainActivity',
|
||||
rules: '[id="com.ctm:id/btn_close"]',
|
||||
|
||||
Reference in New Issue
Block a user