This commit is contained in:
vipg
2025-11-14 12:32:37 +08:00
parent f5a3255df8
commit c4b356bc8b

View File

@@ -30,15 +30,15 @@ class _HomePageState extends State<HomePage> {
name: "系统",
subFunctions: [
SubFunctionItem(
name: "基本信息",
name: "国家",
page: const Center(child: Text("系统基本信息页面内容")),
),
SubFunctionItem(
name: "参数设置",
name: "货币",
page: const Center(child: Text("系统参数设置页面内容")),
),
SubFunctionItem(
name: "日志管理",
name: "交易所",
page: const Center(child: Text("系统日志管理页面内容")),
),
],