Files
akmon/uni_modules/ak-i18n/changelog.md
2026-01-20 08:04:15 +08:00

20 lines
651 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 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