feat: 新增控笔练习,增加首页公告
This commit is contained in:
@@ -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: '首页内容管理',
|
||||
|
||||
Reference in New Issue
Block a user