feat(trading-assistant): refactor strategy creation and enhance script mode functionality

- Removed conditional rendering for the assistant guide bar.
- Simplified strategy overview and strategy list item components.
- Introduced a new modal for selecting strategy mode.
- Enhanced strategy creation modal to support script strategies with a dedicated editor.
- Updated form handling for script strategies, including validation and submission logic.
- Improved user experience with better messaging and streamlined UI components.
- Updated translations for better clarity in Chinese.
This commit is contained in:
dienakdz
2026-04-08 07:27:26 +07:00
parent 2dc29a215e
commit c3cf230104
89 changed files with 4653 additions and 1735 deletions
+11 -11
View File
@@ -1,15 +1,15 @@
/**
* feat:新增功能
* fixbug 修复
* docs:文档更新
* style:不影响程序逻辑的代码修改(修改空白字符,格式缩进,补全缺失的分号等,没有改变代码逻辑)
* refactor:重构代码(既没有新增功能,也没有修复 bug)
* perf:性能, 体验优化
* test:新增测试用例或是更新现有测试
* build:主要目的是修改项目构建系统(例如 glup,webpackrollup 的配置等)的提交
* ci:主要目的是修改项目继续集成流程(例如 TravisJenkinsGitLab CICircle等)的提交
* chore:不属于以上类型的其他类型,比如构建流程, 依赖管理
* revert:回滚某个更早之前的提交
* feat: add a new feature
* fix: bug fix
* docs: documentation update
* style: code changes that do not affect program logic, such as whitespace, formatting, or missing semicolons
* refactor: code refactoring that neither adds a feature nor fixes a bug
* perf: performance or experience optimization
* test: add new test cases or update existing ones
* build: changes mainly related to the project build system, such as gulp, webpack, or rollup config
* ci: changes mainly related to the continuous integration flow, such as Travis, Jenkins, GitLab CI, or Circle
* chore: other changes that do not fit the categories above, such as build flow or dependency management
* revert: revert an earlier commit
*/
module.exports = {