feat: 集成二维码扫描功能,更新相关组件和国际化支持
This commit is contained in:
2
.github/copilot-instructions.md
vendored
2
.github/copilot-instructions.md
vendored
@@ -138,6 +138,7 @@ API 配置集中在 src/api/index.ts
|
||||
认证逻辑封装在 src/auth/index.ts
|
||||
支持登录、注册组件复用
|
||||
认证状态管理通过 useAuth composable
|
||||
|
||||
开发任务指引
|
||||
当收到开发任务时,请:
|
||||
|
||||
@@ -159,3 +160,4 @@ API 类型来自私有包 @riwa/api-types(需要特定访问权限)
|
||||
Capacitor 配置本地开发服务器地址为 http://localhost:5173
|
||||
国际化支持中文和英文,配置文件在 src/locales/ 目前多语言只需要支持中英文,其他语言先不要更改
|
||||
样式使用 TailwindCSS 4.x + Ionic CSS Variables 混合模式
|
||||
函数风格使用function关键字定义,一般不要使用箭头函数
|
||||
|
||||
Reference in New Issue
Block a user