mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-09-12 16:40:40 +08:00
chore: 批量新增项目依赖、工具函数、页面与组件资源
1. 新增mp-html、qs等生产依赖,补全项目基础库 2. 新增平台判断、缓存、工具函数等通用工具集 3. 新增标签页、网站浏览页、关于页等业务页面 4. 新增分类卡片、通知弹窗等业务组件 5. 新增uts-progressNotification、liu-poster、uhalo-upgrade等uni模块 6. 补充audio/video组件样式补件,修复uni-components路径缺失问题 7. 新增环境变量Halo个人令牌配置项 8. 重构store导出结构,新增appConfig/halo/setting三个状态模块 9. 新增tsconfig编译目标配置,适配更高版本ES语法
This commit is contained in:
@@ -1,8 +1,24 @@
|
||||
{
|
||||
"tabbar.home": "Home",
|
||||
"tabbar.category": "Category",
|
||||
"tabbar.gallery": "Gallery",
|
||||
"tabbar.moments": "Moments",
|
||||
"tabbar.about": "About",
|
||||
"tabbar.me": "Me",
|
||||
"tabbar.i18n": "I18n",
|
||||
"page.home.title": "Home",
|
||||
"page.category.title": "Category",
|
||||
"page.gallery.title": "Gallery",
|
||||
"page.moments.title": "Moments",
|
||||
"page.about.title": "About",
|
||||
"common.loading": "Loading...",
|
||||
"common.loadMore": "Pull up to load more",
|
||||
"common.noMore": "No more data~",
|
||||
"common.loadFailed": "Load failed, please pull down to refresh!",
|
||||
"common.loadFailedShort": "Load failed!",
|
||||
"common.loadFailedRetry": "Failed to load data, please try again!",
|
||||
"common.empty": "No data",
|
||||
"common.noMoreData": "No more data",
|
||||
"i18n.title": "En Title",
|
||||
"alova.title": "Alova Request",
|
||||
"weight": "{heavy}KG",
|
||||
|
||||
Reference in New Issue
Block a user