fix: 仪表盘改进
This commit is contained in:
@@ -20,7 +20,8 @@ try:
|
||||
print('已加载自定义用户配置')
|
||||
except:
|
||||
print('未能加载自定义用户配置')
|
||||
runtime_var: ContextVar = ContextVar('runtime_var', default=dict()) # 运行时共享数据
|
||||
|
||||
#runtime_var: ContextVar = ContextVar('runtime_var', default=dict()) # 运行时共享数据
|
||||
|
||||
class ConfigContext:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user