This commit is contained in:
fengchuanhn@gmail.com
2026-05-17 12:54:13 +08:00
parent 1b8ca10ec9
commit 3db327d93b
38 changed files with 2820 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
"""桌面端应用配置name -> value 字典。"""
from typing import Dict
# GET /api/v1/appConfig 的 data 载荷类型
AppConfigMap = Dict[str, str]