refactor(components): 重构饮酒卡片组件并优化日历交互体验

- 移除DrinkCard组件中的模板切换功能和多种布局模式
- 简化DrinkCard组件结构,统一使用琥珀流光样式
- 添加未来日期禁用功能,防止用户选择未来日期
- 优化卡片样式为现代化深色主题设计
- 调整日历单元格点击交互逻辑,过滤未来日期
- 更新Canvas导出尺寸适配新卡片高度
- 优化照片网格布局算法,支持响应式排列
- 简化页面操作按钮,移除冗余功能入口
- 移除情感状态显示,专注核心饮酒记录功能
This commit is contained in:
cg
2026-07-15 23:12:13 +08:00
parent b95243c8f8
commit 145976f221
7 changed files with 610 additions and 996 deletions
+3 -2
View File
@@ -196,9 +196,10 @@ page {
padding: $sp-md $sp-xl;
border-radius: $radius-full;
border: 2rpx solid rgba(255, 255, 255, 0.08);
text-align: center;
transition: all $duration-fast $ease-out;
display: flex;
align-items: center;
justify-content: center;
&:active {
background-color: $bg-card-alt;
transform: scale(0.97);