- 新增 ApproveEvent API 接口用于审核报名用户
- 在 EventCard 组件中显示待审核状态(⏳ 待审核)
- 实现酒局发起人审核报名用户的完整流程
- 添加用户协议和隐私政策页面
- 优化 FeedCard 组件中的图片展示逻辑
- 修复连续打卡天数计算问题
- 更新 HaveADrink SDK 至 1.0.15 版本
16 lines
349 B
JSON
16 lines
349 B
JSON
{
|
|
"name": "HaveADrink",
|
|
"type": "module",
|
|
"version": "v1.0.15",
|
|
"description": "喝酒了么 API 服务",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "cuishu",
|
|
"license": "ISC",
|
|
"publishConfig": {
|
|
"registry": "https://npm.wash-painting.cn"
|
|
}
|
|
} |