Merge remote-tracking branch 'origin/new-race-mode' into new-race-mode

This commit is contained in:
2026-05-06 14:20:41 +08:00
3 changed files with 313 additions and 2046 deletions

5
.gitignore vendored
View File

@@ -8,6 +8,11 @@ pnpm-debug.log*
lerna-debug.log*
node_modules
.history
.github
openspec
CLAUDE.md
dosc
.DS_Store
dist
*.local

View File

@@ -110,7 +110,7 @@ onShow(async () => {
const result = await getHomeData();
rankData.value = result;
handleSelect(selectedIndex.value);
seasonData.value = result.seasonList;
seasonData.value = result.seasonList || [];
if (seasonData.value[0]) {
seasonName.value = seasonData.value[0].seasonName;
}

2352
yarn.lock

File diff suppressed because it is too large Load Diff