纪念日新增农历日期显示
部署到群晖 / deploy (push) Successful in 44s

- 人员详情页:日期下方显示完整农历「农历 YYYY年 X月X日」
- 日历页本月纪念日列表:日期下方显示农历月日「X月X日」
- 公历事件用 solarToLunar 算当年对应农历
- 农历事件按当年公历落点反算农历(与原始农历一致)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
yuming
2026-06-02 14:19:14 +08:00
parent f0835726de
commit e643512dfa
6 changed files with 44 additions and 5 deletions
+15 -1
View File
@@ -193,11 +193,25 @@
}
.anniversary-date {
margin-bottom: 12rpx;
margin-bottom: 8rpx;
font-size: 24rpx;
color: #5A5247;
}
.anniversary-lunar {
display: flex;
align-items: center;
gap: 8rpx;
margin-bottom: 12rpx;
font-size: 22rpx;
color: #8A8278;
}
.lunar-icon {
font-size: 20rpx;
opacity: 0.7;
}
.date-label {
color: #8A8278;
}