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 @@
-
+