From 8d9619b51dde26c7863899fa3f06e35c937b23be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=99=BE=E7=90=83?= Date: Fri, 6 Mar 2026 14:25:19 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E8=82=A1=E7=A5=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AE=9E=E6=97=B6=E6=90=9C=E7=B4=A2=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=88=E6=96=B0=E5=BB=BA=E7=BB=84=E5=90=88/?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=A4=E6=98=93/=E7=AD=96=E7=95=A5?= =?UTF-8?q?=E7=BC=96=E8=BE=91=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/config/config.vue | 113 ++++++++++++++++++++++++++++++-- pages/detail/detail.vue | 97 ++++++++++++++++++++++++++-- pages/strategies/edit/edit.vue | 114 +++++++++++++++++++++++++++++++-- utils/api.js | 16 +++++ 4 files changed, 323 insertions(+), 17 deletions(-) diff --git a/pages/config/config.vue b/pages/config/config.vue index 8a34785..d40477d 100644 --- a/pages/config/config.vue +++ b/pages/config/config.vue @@ -49,9 +49,27 @@ - + 单元名称/代码 - + + + + + {{ result.Ticker }} + {{ result.Exchange }} + + 买入均价 @@ -89,11 +107,9 @@