feat:开发分类页内容管理

This commit is contained in:
R524809
2026-04-29 18:17:48 +08:00
parent 2cb9ec55d6
commit fa39938e5a
12 changed files with 853 additions and 0 deletions
+7
View File
@@ -14,6 +14,13 @@ const DEBUG_ENTRIES: DebugEntry[] = [
icon: '🗂️',
path: '/supportPages/categoryManage/categoryManage',
},
{
id: 'category-content',
title: '分类页内容管理',
subtitle: '管理各分类下 worksheet 状态,生成分类页数据。',
icon: '📋',
path: '/supportPages/categoryContentManage/categoryContentManage',
},
];
Page({