FEAT => 本次更新项目为:
初始化appbuild
This commit is contained in:
@@ -79,21 +79,16 @@ const Mine: React.FC = () => {
|
||||
bgColor: "#fff7e6",
|
||||
iconColor: "#fa8c16",
|
||||
},
|
||||
// 只在开发环境显示测试菜单
|
||||
...(DEV_FEATURES.SHOW_TEST_PAGES
|
||||
? [
|
||||
{
|
||||
id: "test",
|
||||
title: "测试",
|
||||
description: "测试",
|
||||
icon: <MessageOutlined />,
|
||||
count: 0,
|
||||
path: "/test/postMessage",
|
||||
bgColor: "#fff7e6",
|
||||
iconColor: "#fa8c16",
|
||||
},
|
||||
]
|
||||
: []),
|
||||
{
|
||||
id: "test",
|
||||
title: "测试",
|
||||
description: "测试",
|
||||
icon: <MessageOutlined />,
|
||||
count: 0,
|
||||
path: "/test/postMessage",
|
||||
bgColor: "#fff7e6",
|
||||
iconColor: "#fa8c16",
|
||||
},
|
||||
];
|
||||
|
||||
// 加载统计数据
|
||||
|
||||
Reference in New Issue
Block a user