Merge branch 'new_structure' of ssh://git.gogao.top:2222/sfgrid into new_structure

# Conflicts:
#	config.py
This commit is contained in:
2026-01-04 17:48:33 +08:00
2 changed files with 68 additions and 4 deletions
+4 -4
View File
@@ -39,7 +39,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},
@@ -47,7 +47,7 @@ class MainEntry:
],
},
{
"label": "策略交易",
"label": "-- 策略交易 --",
"items": [
{"label": "交易看板", "action": "handler", "enabled": True},
{"label": "策略中心", "action": None, "enabled": False},
@@ -55,13 +55,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},