- 在后端添加用户信息接口 GetUserInfo - 在前端配置 Vite 代理,支持后端接口访问 - 更新 VuePress 配置,添加客户端配置文件 - 调整导航栏布局,增加用户信息组件
11 lines
247 B
Plaintext
11 lines
247 B
Plaintext
node_modules/
|
|
doc/src/.vuepress/.cache/
|
|
doc/src/.vuepress/.temp/
|
|
doc/src/.vuepress/dist/
|
|
.DS_Store
|
|
*.db
|
|
log/
|
|
# 忽略 static 文件夹
|
|
gateway/static/*
|
|
# 如果需要保留 static 文件夹本身,可以添加以下规则
|
|
!gateway/static/.gitkeep |