mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat: 规则分类+全局规则组
This commit is contained in:
30
src/categories.ts
Normal file
30
src/categories.ts
Normal file
@@ -0,0 +1,30 @@
|
||||
import type { RawCategory } from './types';
|
||||
|
||||
const categories: RawCategory[] = [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '青少年模式',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '更新提示',
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '评价提示',
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
name: '通知提示',
|
||||
},
|
||||
{
|
||||
key: 5,
|
||||
name: '定位提示',
|
||||
},
|
||||
];
|
||||
|
||||
export default categories;
|
||||
Reference in New Issue
Block a user