mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-07-27 04:20:43 +08:00
chore: 清理旧文件并重构项目基础结构
- 删除大量废弃的旧代码、依赖和配置文件 - 新增基础项目配置、工具函数、页面模板和请求库 - 重构目录结构,统一项目规范 - 添加commitlint、husky等代码规范工具
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"tabbar.home": "首页",
|
||||
"tabbar.gallery": "相册",
|
||||
"tabbar.moments": "瞬间",
|
||||
"tabbar.about": "关于",
|
||||
"tabbar.me": "我的",
|
||||
"tabbar.i18n": "语言",
|
||||
"i18n.title": "中文标题",
|
||||
"alova.title": "Alova 请求",
|
||||
"weight": "{heavy}公斤",
|
||||
"detail": "{0}cm, {1}公斤",
|
||||
"introduction": "我是 {name},身高:{detail.height},体重:{detail.weight}"
|
||||
}
|
||||
Reference in New Issue
Block a user