hookehuyr

fix(favorites): 修复日期显示位置

## 修复
- 修复日期文本靠左显示的问题
- 添加 text-right 类,使日期靠右对齐

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
......@@ -35,7 +35,7 @@
</view>
<!-- Date -->
<view class="text-gray-500 text-[24rpx] mb-[20rpx]">
<view class="text-gray-500 text-[24rpx] mb-[20rpx] text-right">
<text>{{ item.date }}</text>
</view>
......