From 5761e7f7bdc8650f350d2fc8eb5a4ee8d1134048 Mon Sep 17 00:00:00 2001 From: Xiaoyu <3306310490@qq.com> Date: Sat, 22 Feb 2025 15:14:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/about/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/report/about/index.vue b/src/views/report/about/index.vue index d972be6..21a5616 100644 --- a/src/views/report/about/index.vue +++ b/src/views/report/about/index.vue @@ -88,9 +88,10 @@ const projectInfo = ref({ items: [ { name: "Vue3", desc: "核心框架" }, { name: "Element Plus", desc: "组件库" }, - { name: "TypeScript", desc: "开发语言" }, + { name: "JavaScript", desc: "开发语言" }, { name: "ECharts", desc: "数据可视化" }, { name: "Vite", desc: "构建工具" }, + { name: "Towxml", desc: "实时转换AI对话" }, ], }, backend: { @@ -110,6 +111,7 @@ const projectInfo = ref({ { name: "Vant Weapp", desc: "UI组件库" }, { name: "wx-charts", desc: "轻量图表库" }, { name: "ec-canvas", desc: "ECharts适配" }, + ], }, },