From 5708ab2b14ee81d023c797b479e7f39755ce74bb Mon Sep 17 00:00:00 2001
From: dongzp <975303544@qq.com>
Date: Tue, 21 Jul 2026 15:32:26 +0800
Subject: [PATCH] =?UTF-8?q?K=E7=BA=BF=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
_t.mjs | 66 +++++++++++++++++++++++++++++
src/App.vue | 9 +++-
src/api/baidu/mapKline.ts | 42 ++++++++++++++++++
src/api/baidu/mapQuote.ts | 8 ++--
src/api/baidu/quotation.ts | 53 ++++++++++++++++++++++-
src/api/baidu/types.ts | 20 +++++++++
src/components/quote/ChartPanel.vue | 57 ++++++++++++++++---------
src/composables/useQuote.ts | 58 ++++++++++++++++++++++---
8 files changed, 279 insertions(+), 34 deletions(-)
create mode 100644 _t.mjs
create mode 100644 src/api/baidu/mapKline.ts
diff --git a/_t.mjs b/_t.mjs
new file mode 100644
index 0000000..b71e42d
--- /dev/null
+++ b/_t.mjs
@@ -0,0 +1,66 @@
+import { writeFileSync } from 'fs'
+
+const L = {
+ intraday: '\u5206\u65f6',
+ day: '\u65e5K',
+ week: '\u5468K',
+ month: '\u6708K',
+ avg: '\u5747\u4ef7',
+ volume: '\u6210\u4ea4\u91cf',
+}
+
+const content = `
+
+
+
+
+
+
+
+
+
+
+
+
+`
+writeFileSync('src/components/quote/ChartPanel.vue', 'placeholder')
+console.log('skip')
diff --git a/src/App.vue b/src/App.vue
index 8535a93..1ac7bae 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -7,7 +7,12 @@
-
+