- 将GetRecords接口替换为GetCalendar接口获取日历数据 - 重构首页日历数据显示逻辑,支持年月维度的数据获取 - 优化打卡记录流程,合并选酒和记量步骤为单一添加酒水步骤 - 移除登录页面的游客模式选项,简化首次启动逻辑 - 调整引导页逻辑,移除登录跳转改为直接进入首页 - 优化记录页面UI布局,添加状态栏安全距离适配 - 新增酒水列表管理功能,支持添加和删除已选酒水 - 更新依赖包HaveADrink至v1.0.3版本,同步API变更
16 lines
348 B
JSON
16 lines
348 B
JSON
{
|
|
"name": "HaveADrink",
|
|
"type": "module",
|
|
"version": "v1.0.3",
|
|
"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"
|
|
}
|
|
} |