릴리스: v1.4.24 topic/template 응답 키 축소
This commit is contained in:
@@ -899,7 +899,7 @@ onMounted(() => {
|
||||
|
||||
try {
|
||||
const topicRes = await api.getTopic(templateId.value)
|
||||
templateName.value = topicRes.topic?.name || topicRes.game?.name || templateId.value
|
||||
templateName.value = topicRes.topic?.name || templateId.value
|
||||
const base = (topicRes.items || []).map((img) => ({
|
||||
id: img.id,
|
||||
src: img.src,
|
||||
|
||||
Reference in New Issue
Block a user