feat(btpanel): 独立宝塔模块与 SSH 自动获取 API

新增侧栏「宝塔面板」菜单、代理 API 与连接配置页;通过 SSH 读写子机
api.json 自动写入凭据,5 分钟后台重试,含审计修复、检测缓存与并发锁。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
r
2026-06-21 09:13:14 +08:00
parent ebab836554
commit 82426b1941
46 changed files with 3942 additions and 4 deletions
-1
View File
@@ -6,7 +6,6 @@ import hashlib
import json
import logging
import time
from http.cookies import SimpleCookie
from typing import Any
from urllib.parse import urlencode