feat: 前端添加配置管理页

This commit is contained in:
2025-12-19 17:52:04 +08:00
parent ac0f3bef42
commit 036bed7d23
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
export default function Page() {
return (
<div>config</div>
)
}