🐛 fix: Remove unnecessary comments to simplify code readability

This commit is contained in:
web
2025-09-12 21:39:15 -07:00
parent f9a7ece9bf
commit a988cb3c50
7 changed files with 1 additions and 15 deletions
@@ -14,7 +14,6 @@ export default function GiftLogPage() {
const t = useTranslations('log');
const sp = useSearchParams();
// 获取今日日期作为默认值
const today = new Date().toISOString().split('T')[0];
const getGiftTypeText = (type: number) => {