|
423 | 423 | } |
424 | 424 |
|
425 | 425 | .account-block, |
426 | | - .mode-block, |
427 | | - .reserve-policy-block, |
428 | | - .reserve-ratio-block { |
| 426 | + .plugin-mode-block, |
| 427 | + .min-reserve-block { |
429 | 428 | grid-column: 1 / span 2; |
430 | 429 | } |
431 | 430 |
|
432 | 431 | .strategy-block, |
433 | | - .plugin-mode-block, |
434 | | - .min-reserve-block { |
| 432 | + .reserve-policy-block, |
| 433 | + .reserve-ratio-block { |
435 | 434 | grid-column: 3 / span 2; |
436 | 435 | } |
437 | 436 |
|
| 437 | + .mode-block { |
| 438 | + grid-column: 1 / -1; |
| 439 | + } |
| 440 | + |
438 | 441 | select, |
439 | 442 | input { |
440 | 443 | width: 100%; |
@@ -783,9 +786,9 @@ <h2 id="platform-title">LongBridge</h2> |
783 | 786 | </div> |
784 | 787 |
|
785 | 788 | <label class="control-block plugin-mode-block"> |
786 | | - <span data-i18n="pluginMode">策略插件</span> |
| 789 | + <span data-i18n="pluginMode">插件启用范围</span> |
787 | 790 | <select id="plugin-mode-select"></select> |
788 | | - <span class="selection-meta" data-i18n="pluginModeMeta">控制本次切换是否启用策略插件。</span> |
| 791 | + <span class="selection-meta" data-i18n="pluginModeMeta">选择本次切换使用策略默认插件,或完全关闭插件。</span> |
789 | 792 | </label> |
790 | 793 |
|
791 | 794 | <label class="control-block reserve-policy-block"> |
@@ -909,10 +912,10 @@ <h2 data-i18n="summary">切换摘要</h2> |
909 | 912 | mode: "模式", |
910 | 913 | live: "实盘", |
911 | 914 | paper: "模拟", |
912 | | - pluginMode: "策略插件", |
913 | | - pluginModeAuto: "按策略配置启用", |
914 | | - pluginModeNone: "禁用插件", |
915 | | - pluginModeMeta: "控制本次切换是否启用策略插件。", |
| 915 | + pluginMode: "插件启用范围", |
| 916 | + pluginModeAuto: "按策略默认", |
| 917 | + pluginModeNone: "完全禁用", |
| 918 | + pluginModeMeta: "选择本次切换使用策略默认插件,或完全关闭插件。", |
916 | 919 | minReservedCash: "最小预留现金 ({currency})", |
917 | 920 | reservedCashRatio: "预留现金比例", |
918 | 921 | reservedCashMode: "预留现金策略", |
@@ -949,8 +952,8 @@ <h2 data-i18n="summary">切换摘要</h2> |
949 | 952 | reservedCashPolicy: "当前预留现金", |
950 | 953 | pendingReservedCashPolicy: "待提交预留现金", |
951 | 954 | pendingMode: "待提交模式", |
952 | | - currentPluginMode: "当前插件", |
953 | | - pendingPluginMode: "待提交插件", |
| 955 | + currentPluginMode: "当前插件范围", |
| 956 | + pendingPluginMode: "待提交插件范围", |
954 | 957 | unchanged: "不变", |
955 | 958 | copied: "已复制状态", |
956 | 959 | dispatching: "正在触发 workflow...", |
@@ -983,10 +986,10 @@ <h2 data-i18n="summary">切换摘要</h2> |
983 | 986 | mode: "Mode", |
984 | 987 | live: "Live", |
985 | 988 | paper: "Dry run", |
986 | | - pluginMode: "Strategy plugins", |
987 | | - pluginModeAuto: "Use strategy default", |
988 | | - pluginModeNone: "Disable plugins", |
989 | | - pluginModeMeta: "Controls whether this switch enables strategy plugins.", |
| 989 | + pluginMode: "Plugin scope", |
| 990 | + pluginModeAuto: "Strategy default", |
| 991 | + pluginModeNone: "Disabled", |
| 992 | + pluginModeMeta: "Use the strategy's default plugin set, or disable all plugins for this switch.", |
990 | 993 | minReservedCash: "Minimum reserved cash ({currency})", |
991 | 994 | reservedCashRatio: "Reserved cash ratio", |
992 | 995 | reservedCashMode: "Reserved cash policy", |
@@ -1023,8 +1026,8 @@ <h2 data-i18n="summary">切换摘要</h2> |
1023 | 1026 | reservedCashPolicy: "Current reserved cash", |
1024 | 1027 | pendingReservedCashPolicy: "Pending reserved cash", |
1025 | 1028 | pendingMode: "Pending mode", |
1026 | | - currentPluginMode: "Current plugins", |
1027 | | - pendingPluginMode: "Pending plugins", |
| 1029 | + currentPluginMode: "Current plugin scope", |
| 1030 | + pendingPluginMode: "Pending plugin scope", |
1028 | 1031 | unchanged: "Unchanged", |
1029 | 1032 | copied: "State copied", |
1030 | 1033 | dispatching: "Dispatching workflow...", |
|
0 commit comments