feat: instance system settings page with risk docs, export and transfer

顶栏新增系统设置;风控说明读取 .env;数据导出与资金划转迁入三张卡片;顶栏移除导出条与手动划转。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-07 01:26:38 +08:00
parent d7fa596e68
commit d87081205d
16 changed files with 503 additions and 27 deletions
+2
View File
@@ -17,6 +17,7 @@ EMBED_TABS: tuple[str, ...] = (
"strategy_records",
"records",
"stats",
"settings",
)
PATH_TO_EMBED_TAB: dict[str, str] = {
@@ -29,6 +30,7 @@ PATH_TO_EMBED_TAB: dict[str, str] = {
"/strategy/records": "strategy_records",
"/records": "records",
"/stats": "stats",
"/settings": "settings",
}
ORDER_RULE_TIPS_BY_EXCHANGE: dict[str, str] = {