feat: 新增控笔练习,增加首页公告

This commit is contained in:
R524809
2026-05-29 10:21:39 +08:00
parent 2f0c4ab591
commit a6e8f4df02
28 changed files with 1045 additions and 672 deletions
+7
View File
@@ -7,6 +7,13 @@ type DebugEntry = {
};
const DEBUG_ENTRIES: DebugEntry[] = [
{
id: 'unreleased-debug',
title: '未上线页面 Debug',
subtitle: '手动配置未发布页面的标题和路由,方便手机调试。',
icon: '🧪',
path: '/supportPages/unreleasedDebug/unreleasedDebug',
},
{
id: 'home-content',
title: '首页内容管理',