Merge remote-tracking branch 'origin/master' into codex/bark-battle

This commit is contained in:
kdletters
2026-05-22 05:12:29 +08:00
275 changed files with 29199 additions and 41360 deletions

View File

@@ -18,6 +18,7 @@ export interface PlatformEntryCreationTypeModalProps {
onSelectBigFish: () => void;
onSelectMatch3D: () => void;
onSelectSquareHole: () => void;
onSelectJumpHop: () => void;
onSelectPuzzle: () => void;
onSelectCreativeAgent: () => void;
onSelectBarkBattle: () => void;
@@ -100,6 +101,7 @@ export function PlatformEntryCreationTypeModal({
onSelectBigFish,
onSelectMatch3D,
onSelectSquareHole,
onSelectJumpHop,
onSelectPuzzle,
onSelectCreativeAgent,
onSelectBarkBattle,
@@ -142,6 +144,9 @@ export function PlatformEntryCreationTypeModal({
if (item.id === 'square-hole') {
onSelectSquareHole();
}
if (item.id === 'jump-hop') {
onSelectJumpHop();
}
if (item.id === 'puzzle') {
onSelectPuzzle();
}

File diff suppressed because it is too large Load Diff

View File

@@ -24,6 +24,7 @@ import {
formatPlatformWorldTime,
isBarkBattleGalleryEntry,
isEdutainmentGalleryEntry,
isJumpHopGalleryEntry,
type PlatformPublicGalleryCard,
resolvePlatformPublicWorkCode,
resolvePlatformWorldCoverSlides,