mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat: 新增类别“未分类”
This commit is contained in:
@@ -51,6 +51,10 @@ const categories: RawCategory[] = [
|
|||||||
name: '功能类',
|
name: '功能类',
|
||||||
// 非广告, 点击某些功能按钮
|
// 非广告, 点击某些功能按钮
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 10,
|
||||||
|
name: '未分类', // 不知道怎么分类就往这放
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default categories;
|
export default categories;
|
||||||
|
|||||||
Reference in New Issue
Block a user