feat: 新增系统配置/用户管理页面,重构页面目录结构为 /xxx/index.tsx

This commit is contained in:
2026-05-15 14:05:34 +08:00
parent f31c459610
commit 790b6905ef
9 changed files with 68 additions and 11 deletions

10
src/pages/about/index.tsx Normal file
View File

@@ -0,0 +1,10 @@
const About = () => {
return (
<div>
<h1></h1>
<p></p>
</div>
);
};
export default About;