diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..68ff06e --- /dev/null +++ b/CHANGELOG.md @@ -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 文件存储集成 +- 媒体库基础功能 diff --git a/README.md b/README.md index 1eb807c..38c3197 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index d8d3b31..6791c51 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.3.0", "scripts": { "dev": "vike dev", "build": "bun run db:generate && vike build",