22
This commit is contained in:
6
app/schemas/app_config.py
Normal file
6
app/schemas/app_config.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""桌面端应用配置:name -> value 字典。"""
|
||||
|
||||
from typing import Dict
|
||||
|
||||
# GET /api/v1/appConfig 的 data 载荷类型
|
||||
AppConfigMap = Dict[str, str]
|
||||
Reference in New Issue
Block a user