From 2d828b33a09d728448d570b6a46e609a84bf1f05 Mon Sep 17 00:00:00 2001 From: Seven Date: Wed, 14 Jan 2026 03:09:19 +0700 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E3=80=81=E8=B7=AF=E7=94=B1=E4=B8=8E=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E3=80=81=E8=A1=A8=E5=8D=95=E4=B8=8E=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E3=80=81=E5=9B=BD=E9=99=85=E5=8C=96=E4=B8=8E=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E3=80=81=E8=AE=A4=E8=AF=81=E7=B3=BB=E7=BB=9F=E5=92=8C=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E8=B4=A8=E9=87=8F=E7=9B=B8=E5=85=B3=E7=9A=84=E5=86=97?= =?UTF-8?q?=E4=BD=99=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/copilot-instructions.md | 36 +-------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 4c6fe2c..03e3db3 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -20,40 +20,6 @@ Capacitor 8.0.0 (原生功能桥接) TailwindCSS 4.1.18 (实用优先的 CSS 框架) TradingView Charting Library CL v29.4.0 (金融图表) -构建工具: - -Vite 7.2.7 (开发服务器和构建工具) -pnpm (包管理器) -Vue TSC 3.1.8 (TypeScript 类型检查) -路由与状态: - -Vue Router 4.6.3 (使用 @ionic/vue-router 8.7.11) -Pinia 3.0.4 (状态管理) -基于 Layout 的导航结构 -表单与验证: - -Vee-validate 4.15.1 (表单验证) -Yup 1.7.1 (数据验证库) -国际化与工具: - -Vue-i18n 11.2.2 (国际化) -@vueuse/core 14.1.0 (Vue 组合式工具库) -lodash-es 4.17.21 (实用工具函数) -认证系统: - -better-auth 1.4.6 (现代认证解决方案) -代码质量: - -ESLint 9.39.1 (@antfu/eslint-config 6.6.1) -Vitest 4.0.15 (单元测试) -Cypress 15.7.1 (E2E 测试) -simple-git-hooks 2.13.1 + lint-staged 16.2.7 (代码提交检查) -图标与自动导入: - -@iconify/vue 5.0.0 (图标组件库) -unplugin-auto-import 20.3.0 (自动导入) -unplugin-vue-components 30.0.0 (组件自动导入) -unplugin-icons 22.5.0 (图标自动导入) 原生能力: @capacitor/ios 8.0.0 (iOS 平台支持) @@ -135,7 +101,7 @@ TradingView 官方文档:https://www.tradingview.com/charting-library-docs/lat API 类型来自私有包 @riwa/api-types(需要特定访问权限) 表单验证使用 vee-validate + yup 组合 Capacitor 配置本地开发服务器地址为 http://localhost:5173 -国际化支持中文和英文,配置文件在 src/locales/ 目前多语言只需要支持中英文,其他语言先不要更改 +国际化支持中文和英文,配置文件在 src/locales/ 样式使用 TailwindCSS 4.x + Ionic CSS Variables 混合模式 函数风格使用function关键字定义,一般不要使用箭头函数 如果有任何不明确的地方,随时提问以获取更多信息