feat(platform): 新增版本号显示与操作日志子模块 + Docker 容器化部署
新增功能:
- 平台版本号:导航栏显示版本号,后端 /api/version 接口
- 操作日志:问题排查/服务监测/服务管理各自独立的操作日志页面
- 审计 API:/api/audit/logs、/api/audit/users、/api/audit/actions/<module>
Docker 容器化:
- Dockerfile 多进程架构(nginx + Flask + supervisord)
- nginx 配置:SPA 回退 + SSE 流式输出支持
- deploy/deploy_docker.py:一键部署脚本
Co-Authored-By:
Claude <noreply@anthropic.com>
正在显示
Docs/需求文档/PRD_Docker容器巡检环境隔离问题.md
0 → 100644
Docs/需求文档/PRD_平台版本号与操作日志子模块.md
0 → 100644
Docs/需求文档/计划执行_平台版本号与操作日志子模块.md
0 → 100644
此差异已折叠。
此差异已折叠。
config/supervisord.conf
0 → 100644
deploy/deploy_docker.py
0 → 100644
frontend/.env.development
0 → 100644
frontend/.env.production
0 → 100644
frontend/build.sh
0 → 100644
frontend/env.d.ts
0 → 100644
frontend/index.html
0 → 100644
frontend/package-lock.json
0 → 100644
此差异已折叠。
frontend/package.json
0 → 100644
frontend/public/favicon.svg
0 → 100644
frontend/src/App.vue
0 → 100644
frontend/src/api/auth.ts
0 → 100644
frontend/src/api/troubleshoot.ts
0 → 100644
frontend/src/auto-imports.d.ts
0 → 100644
frontend/src/components.d.ts
0 → 100644
frontend/src/main.ts
0 → 100644
frontend/src/plugins/echarts.ts
0 → 100644
frontend/src/router/index.ts
0 → 100644
frontend/src/stores/app.ts
0 → 100644
frontend/src/stores/user.ts
0 → 100644
frontend/src/styles/index.scss
0 → 100644
frontend/src/types/api.ts
0 → 100644
frontend/src/utils/http.ts
0 → 100644
frontend/src/utils/markdown.ts
0 → 100644
frontend/src/utils/message.ts
0 → 100644
frontend/src/utils/sse.ts
0 → 100644
frontend/src/views/Login.vue
0 → 100644
frontend/src/views/NotFound.vue
0 → 100644
frontend/src/views/Platform.vue
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
frontend/src/vite-env.d.ts
0 → 100644
frontend/tsconfig.app.json
0 → 100644
frontend/tsconfig.app.tsbuildinfo
0 → 100644
frontend/tsconfig.json
0 → 100644
frontend/tsconfig.node.json
0 → 100644
frontend/vite.config.ts
0 → 100644
此差异已折叠。
nginx/nginx.conf
0 → 100644
此差异已折叠。
skill/code/web/routes/audit.py
0 → 100644
此差异已折叠。
skill/code/web/routes/version.py
0 → 100644
此差异已折叠。
此差异已折叠。
请
注册
或者
登录
后发表评论