chore: 移除构建工具、路由与状态、表单与验证、国际化与工具、认证系统和代码质量相关的冗余信息
This commit is contained in:
36
.github/copilot-instructions.md
vendored
36
.github/copilot-instructions.md
vendored
@@ -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关键字定义,一般不要使用箭头函数
|
||||
如果有任何不明确的地方,随时提问以获取更多信息
|
||||
|
||||
Reference in New Issue
Block a user