Skip to content

Commit 18b3593

Browse files
committed
Fix BN CSS variable in :root, rename combo strategies
1 parent 376a247 commit 18b3593

4 files changed

Lines changed: 13 additions & 12 deletions

File tree

web/strategy-switch-console/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
--sw: #9b4153;
2424
--ft: #94651f;
2525
--qmt: #b45309;
26+
--bn: #f0b90b;
2627
font-family:
2728
Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
2829
"Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;

web/strategy-switch-console/page_asset.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/strategy-switch-console/strategy-profiles.example.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,19 +156,19 @@
156156
},
157157
{
158158
"profile": "cn_equity_combo",
159-
"label": "CN Dynamic Combo",
159+
"label": "CN Alpha Combo",
160160
"label_en": "CN Equity Combo",
161-
"label_zh": "A股进取组合",
161+
"label_zh": "A股Alpha组合",
162162
"domain": "cn_equity",
163163
"runtime_enabled": true,
164164
"combo_enabled": true,
165165
"combo_mode": "dynamic"
166166
},
167167
{
168168
"profile": "us_equity_combo",
169-
"label": "US Balanced Combo",
169+
"label": "US Core Combo",
170170
"label_en": "US Equity Combo",
171-
"label_zh": "美股均衡组合",
171+
"label_zh": "美股核心组合",
172172
"domain": "us_equity",
173173
"runtime_enabled": true,
174174
"combo_enabled": true,
@@ -193,19 +193,19 @@
193193
},
194194
{
195195
"profile": "us_equity_combo_leveraged",
196-
"label": "US Leveraged Combo",
196+
"label": "US Alpha Combo",
197197
"label_en": "US Equity Combo Leveraged",
198-
"label_zh": "美股杠杆组合",
198+
"label_zh": "美股Alpha组合",
199199
"domain": "us_equity",
200200
"runtime_enabled": true,
201201
"combo_enabled": true,
202202
"combo_mode": "dynamic"
203203
},
204204
{
205205
"profile": "hk_equity_combo",
206-
"label": "HK Dynamic Combo",
206+
"label": "HK Core Combo",
207207
"label_en": "HK Equity Combo",
208-
"label_zh": "港股进取组合",
208+
"label_zh": "港股核心组合",
209209
"domain": "hk_equity",
210210
"runtime_enabled": true,
211211
"combo_enabled": true,
@@ -229,9 +229,9 @@
229229
},
230230
{
231231
"profile": "crypto_equity_combo",
232-
"label": "Crypto Dynamic Combo",
232+
"label": "Crypto Core Combo",
233233
"label_en": "Crypto Equity Combo",
234-
"label_zh": "加密趋势组合",
234+
"label_zh": "加密核心组合",
235235
"domain": "crypto",
236236
"runtime_enabled": true,
237237
"combo_enabled": true,

web/strategy-switch-console/strategy_profiles_asset.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)