mirror of
https://github.com/34892002/edgeKey.git
synced 2026-06-21 00:36:01 +08:00
feat: 更新日志
This commit is contained in:
22
CHANGELOG.md
Normal file
22
CHANGELOG.md
Normal 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 文件存储集成
|
||||
- 媒体库基础功能
|
||||
@@ -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,5 +1,5 @@
|
||||
{
|
||||
"version": "1.2.2",
|
||||
"version": "1.3.0",
|
||||
"scripts": {
|
||||
"dev": "vike dev",
|
||||
"build": "bun run db:generate && vike build",
|
||||
|
||||
Reference in New Issue
Block a user