初步完成4大模块开发

This commit is contained in:
simple321vip
2022-09-14 15:58:51 +08:00
parent 3baa441fbb
commit 736f026069
8 changed files with 236 additions and 42 deletions
+3 -1
View File
@@ -4,7 +4,9 @@ export const strategyStore = defineStore({
id: 'strategy',
state: () => ({
class_names: [],
vt_symbols: []
vt_symbols: new Map(),
subscribe_vt_symbols: [],
exchanges: []
}),
})