mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat: 规则分类
This commit is contained in:
@@ -7,9 +7,8 @@ export default defineAppConfig({
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '版本更新',
|
||||
name: '更新提示',
|
||||
quickFind: true,
|
||||
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
@@ -27,7 +26,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '首页弹窗',
|
||||
name: '全屏广告-首页弹窗广告',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
@@ -42,7 +41,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '右侧悬浮广告',
|
||||
name: '局部广告-右侧悬浮广告',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 2, // 目前只有2个界面会分别弹悬浮窗
|
||||
@@ -83,7 +82,7 @@ export default defineAppConfig({
|
||||
{
|
||||
enable: false,
|
||||
key: 4,
|
||||
name: '消息页面-通知开关',
|
||||
name: '通知提示-消息页面通知开关',
|
||||
desc: '点击x按钮,不开启系统通知',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
|
||||
Reference in New Issue
Block a user