👽️ 更新用户活动日历处理

This commit is contained in:
BTMuli
2025-12-11 17:23:54 +08:00
parent abe34b8ee5
commit 073cd5e35d
11 changed files with 349 additions and 209 deletions

View File

@@ -49,7 +49,7 @@ import TucMonsterTag from "./tuc-monster-tag.vue";
import { AppCharacterData } from "@/data/index.js";
type TucChallengeItemProps = { data: TGApp.Game.Challenge.ChallengeList };
type TucChallengeItemProps = { data: TGApp.Game.Challenge.ChallengeData };
const props = defineProps<TucChallengeItemProps>();