feat: 更新日志

This commit is contained in:
ggyy
2026-05-10 20:59:36 +08:00
parent 74842cd78c
commit b89eb65bad
3 changed files with 24 additions and 1 deletions

22
CHANGELOG.md Normal file
View File

@@ -0,0 +1,22 @@
# Change Log
## v1.3.0 (2026-05-10)
### Features
- **file-upload:** 选择文件组件 ([74842cd](https://github.com/34892002/edgeKey/commit/74842cd))
- **s3:** 新增s3协议文件管理提供文件上传、删除功能 ([2c3a332](https://github.com/34892002/edgeKey/commit/2c3a332))
### Documentation
- **docs:** 更新说明 ([5a0f09d](https://github.com/34892002/edgeKey/commit/5a0f09d))
## v1.2.2 (2026-04-30)
### Features
- 初始化项目基础架构
- 后台管理系统基础框架
- 商品管理、订单管理、卡密管理
- S3 文件存储集成
- 媒体库基础功能

View File

@@ -23,6 +23,7 @@ EdgeKey 是一套有vike框架开发可直接部署到 Cloudflare 的一体
## 技术文档
- [一键部署教程](./docs/fast_deploy/start.md)
- 支付:[BEpusdt](./docs/pay/bepusdt/start.md)、 [易支付](./docs/pay/epay/start.md) 、[支付宝](./docs/pay/alipay/start.md) 、[Stripe](./docs/pay/stripe/start.md)
- [更新日志](./CHANGELOG.md)
## 项目截图
![1](https://img.91starry.com/uploads/20260427/6286ff36cc987c47a1a27516db0d94c8.jpg)

View File

@@ -1,5 +1,5 @@
{
"version": "1.2.2",
"version": "1.3.0",
"scripts": {
"dev": "vike dev",
"build": "bun run db:generate && vike build",