Initial commit of akmon project

This commit is contained in:
2026-01-20 08:04:15 +08:00
commit 77a2bab985
1309 changed files with 343305 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
## 0.0.82025-03-07
- fix: 修复hbx 4.54版本报错问题
## 0.0.72025-02-06
- fix: 修复hbx 4.51版本报错问题
## 0.0.62025-01-14
- fix: 修复uniapp x ios报错问题
## 0.0.52024-12-16
- chore: 更新文档
## 0.0.42024-07-25
- chore: 更新文档
## 0.0.32024-07-05
- feat: 增加 缓存key `uVueI18nLocale`,可通过`uni.getStorageSync('uVueI18nLocale')`获取上次缓存语言,保持应用退出再启动语言不变
- fix: 修复 ios 报错的问题
## 0.0.22024-06-30
- feat: 增加`$t`插值功能
- feat: 增加`$tc`复数功能
- feat: 增加`tabbar`规则
## 0.0.12024-06-25
- init