feat(frontend): 回测页加K线周期选择器(日线/5m/15m)

New.vue 加K线周期radio(日线d/5m/15m,默认d),backtest.ts CtaSubmit加interval字段。
提交body传interval(后端已支持5m/15m回测)。默认d向后兼容。
This commit is contained in:
2026-07-18 18:47:33 +08:00
parent ee27313644
commit 723e42ab36
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ export interface CtaSubmit {
start: string
end: string
benchmark?: string
interval?: string
}
export interface TaskStatus {