update config
This commit is contained in:
+4
-4
@@ -33,7 +33,7 @@ class MainEntry:
|
||||
qmt_label = "QMT (已开启)" if self.qmt_enabled else "QMT (已关闭)"
|
||||
return [
|
||||
{
|
||||
"label": "交易大师",
|
||||
"label": "-- 交易大师 --",
|
||||
"items": [
|
||||
{"label": "交易复盘", "action": "handler", "enabled": True},
|
||||
{"label": "市场数据", "action": "handler", "enabled": True},
|
||||
@@ -41,7 +41,7 @@ class MainEntry:
|
||||
],
|
||||
},
|
||||
{
|
||||
"label": "策略交易",
|
||||
"label": "-- 策略交易 --",
|
||||
"items": [
|
||||
{"label": "交易看板", "action": "handler", "enabled": True},
|
||||
{"label": "策略中心", "action": None, "enabled": False},
|
||||
@@ -49,13 +49,13 @@ class MainEntry:
|
||||
],
|
||||
},
|
||||
{
|
||||
"label": "实时数据",
|
||||
"label": "-- 实时数据 --",
|
||||
"items": [
|
||||
{"label": qmt_label, "action": "marketDataSwitch", "enabled": True},
|
||||
],
|
||||
},
|
||||
{
|
||||
"label": "系统",
|
||||
"label": "-- 系统 --",
|
||||
"items": [
|
||||
{"label": "控制台", "action": "show_window", "enabled": True, "default": True},
|
||||
{"label": "设置", "action": "marketDataSwitch", "enabled": True},
|
||||
|
||||
Reference in New Issue
Block a user