commit | da5978bab1c26efe1ae6d24eebe4d178bcd1eb5e | [log] [tgz] |
---|---|---|
author | ybt <22301106@bjtu.edu.cn> | Sat May 31 15:58:05 2025 +0800 |
committer | ybt <22301106@bjtu.edu.cn> | Sat May 31 15:58:05 2025 +0800 |
tree | 269b2d4a5fc49abc4f32a8be56f481723f614e64 | |
parent | 02e716db64ec24701854da390a6196a74d426ef7 [diff] [blame] |
feat(auth): 实现登录注册功能并重构 App 组件 - 新增登录和注册页面组件 - 实现用户认证和权限管理逻辑 - 重构 App 组件,使用 Router 和 AuthProvider - 添加管理员面板和论坛页面组件 Change-Id: Iaa4502616970e75e3268537f73c75dac8f60e24d
diff --git a/src/index.css b/src/index.css index be7c9ce..640a65f 100644 --- a/src/index.css +++ b/src/index.css
@@ -12,4 +12,6 @@ code { @apply font-mono; } -} \ No newline at end of file +} + +/* 如果需要,可以在这里覆盖 Antd 的一些基础样式或添加全局自定义样式 */ \ No newline at end of file