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,36 @@
## 0.1.82025-05-30
- feat: 重构针对uniapp x app增加`mode`属性用于是使用计时器还是元素的animate实现
## 0.1.72025-05-16
- fix: 修复 uniappx ios 初始化尺寸为0导致不生效的问题
## 0.1.62025-04-21
- fix: uniappx 鸿蒙next 尺寸从0变化时无法渲染
## 0.1.52025-04-21
- feat: 兼容uniappx 鸿蒙next
## 0.1.42025-04-10
- feat: 增加暂停
## 0.1.32025-03-12
- feat: uniappx app使用`requestAnimationFrame`
## 0.1.22025-02-13
- fix: 修复因uniapp x ios监听元素不生效导致不生效问题
## 0.1.12025-02-09
- chore: 去掉多余console
## 0.1.02025-02-09
- feat: 重构useLoading
## 0.0.92025-01-14
- feat: useLoading 增加color ref
## 0.0.82024-12-24
- feat: 改用监听尺寸方式
## 0.0.72024-12-18
- fix: 修复vue2 微信小程序不显示加载图标的问题
## 0.0.62024-12-18
- chore: 更新文档
## 0.0.52024-09-30
- fix: vue2 app 使用渐变
## 0.0.42024-09-29
- chore: 非uvue app size使用css变量
## 0.0.32024-09-25
- fix: useLoading
## 0.0.22024-04-05
- feat: 支持 uniapp x ios(app-js)
## 0.0.12023-10-13
- 首次上传