1.1 KiB
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.vuefrontend/src/composables/btpanel/useBtPanelServer.tsfrontend/src/api/btpanel.ts
前端(修改)
frontend/src/router/index.tsfrontend/src/App.vue— 独立导航分组frontend/src/constants/cachedPages.ts
回滚
删除 server/api/btpanel.py 与 server/infrastructure/btpanel/,移除路由与菜单即可;extra_attrs.bt_panel 可保留无害。