Files
Nexus/docs/design/plans/2026-06-20-btpanel-module.md
2026-07-08 22:31:31 +08:00

1.1 KiB

宝塔面板独立模块 — 实施计划

涉及文件

后端(新增)

  • server/infrastructure/btpanel/credentials.py — extra_attrs 读写与解密
  • server/infrastructure/btpanel/client.py — 签名、Cookie、POST 代理
  • server/infrastructure/btpanel/ssh_login.py — SSH 临时登录链接
  • server/application/services/btpanel_service.py — 业务编排
  • server/api/btpanel.py — HTTP 路由
  • server/api/btpanel_schemas.py — Pydantic 模型
  • tests/test_btpanel_client.py — 签名与凭据单测

后端(修改)

  • server/main.py — 挂载 router

前端(新增)

  • frontend/src/pages/btpanel/*.vue — 9 个子页
  • frontend/src/components/btpanel/BtPanelServerPicker.vue
  • frontend/src/composables/btpanel/useBtPanelServer.ts
  • frontend/src/api/btpanel.ts

前端(修改)

  • frontend/src/router/index.ts
  • frontend/src/App.vue — 独立导航分组
  • frontend/src/constants/cachedPages.ts

回滚

删除 server/api/btpanel.pyserver/infrastructure/btpanel/,移除路由与菜单即可;extra_attrs.bt_panel 可保留无害。