홈 피드와 템플릿 분리

This commit is contained in:
2026-04-07 12:30:20 +09:00
parent 8fc8872114
commit 2c0b5268fa
22 changed files with 652 additions and 229 deletions

View File

@@ -946,7 +946,7 @@ async function selectAdminTemplate(templateId) {
async function refreshTemplates() {
try {
const data = await api.listTopics()
const data = await api.listAdminTemplates()
templates.value = data.topics || []
featuredTemplateIds.value = templates.value
.filter((template) => template.displayRank != null)