홈 피드와 템플릿 분리
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user