feat: 首页跳转到分类页指定分类优化

This commit is contained in:
R524809
2026-05-09 11:08:29 +08:00
parent c21ac9e935
commit debecd67c6
20 changed files with 1450 additions and 959 deletions
+7 -7
View File
@@ -7,6 +7,13 @@ type DebugEntry = {
};
const DEBUG_ENTRIES: DebugEntry[] = [
{
id: 'home-content',
title: '首页内容管理',
subtitle: '编排首页推荐位、热门推荐和分类分区内容。',
icon: '🏠',
path: '/supportPages/homeContentManage/homeContentManage',
},
{
id: 'category-manage',
title: '分类管理',
@@ -28,13 +35,6 @@ const DEBUG_ENTRIES: DebugEntry[] = [
icon: '📋',
path: '/supportPages/categoryContentManage/categoryContentManage',
},
{
id: 'home-content',
title: '首页内容管理',
subtitle: '编排首页推荐位、热门推荐和分类分区内容。',
icon: '🏠',
path: '/supportPages/homeContentManage/homeContentManage',
},
];
Page({