修复 admin 页面 JavaScript 花括号错误

This commit is contained in:
2026-07-11 00:06:45 +08:00
parent cfe463ae8b
commit bc2720257d
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -2823,7 +2823,7 @@
importData.categories.forEach(cat => {
html += `<span class="px-2 py-1 bg-blue-100 text-blue-700 rounded text-xs">${cat.name}</span>`;
});
html += '</div>';}
html += '</div>';
} else if (importData.category) {
html += `<div class="font-medium text-gray-800"><i class="ri-folder-line mr-1"></i>单个分类: ${importData.category.name}</div>`;
}