From 0b8e4af6c013b6956ab49501e2749c39decd1b10 Mon Sep 17 00:00:00 2001 From: aisouler Date: Sun, 4 Feb 2024 20:53:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E7=B1=BB=E5=88=AB?= =?UTF-8?q?=E2=80=9C=E6=9C=AA=E5=88=86=E7=B1=BB=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/categories.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/categories.ts b/src/categories.ts index 2e3165a7..a483d6dc 100644 --- a/src/categories.ts +++ b/src/categories.ts @@ -51,6 +51,10 @@ const categories: RawCategory[] = [ name: '功能类', // 非广告, 点击某些功能按钮 }, + { + key: 10, + name: '未分类', // 不知道怎么分类就往这放 + }, ]; export default categories;