From 850682cc510b7cab5f3fec04a419a844dc4954cf Mon Sep 17 00:00:00 2001 From: Seven Date: Wed, 14 Jan 2026 22:42:15 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BC=95=E5=85=A5=20tradeWebSocket?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E4=BA=A4=E6=98=93=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 + src/main.ts | 61 ++++++++++++------------------------- src/tradingview/datafeed.ts | 25 +++++++-------- src/views/trade/index.vue | 13 +++++++- 4 files changed, 45 insertions(+), 55 deletions(-) diff --git a/src/App.vue b/src/App.vue index b63a5b8..b570086 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,6 @@