릴리스: v1.4.11 프런트 API 명칭 정리 1차

This commit is contained in:
2026-04-02 18:59:29 +09:00
parent 9b0a6d8f15
commit 9b97a7c23b
11 changed files with 59 additions and 30 deletions

View File

@@ -898,7 +898,7 @@ onMounted(() => {
}
try {
const gameRes = await api.getGame(templateId.value)
const gameRes = await api.getTopic(templateId.value)
templateName.value = gameRes.game?.name || templateId.value
const base = (gameRes.items || []).map((img) => ({
id: img.id,