Switch to Facebook style as default — remove wikipedia, neo-mirai, all variations

This commit is contained in:
Kato
2026-09-05 11:53:27 +00:00
parent b73c375ad9
commit a23b9f722b
12 changed files with 267 additions and 5688 deletions
+1 -4
View File
@@ -127,11 +127,8 @@ async function loadCommunityStats() {
if (data.users !== undefined) {
animateCounter('stat-members', data.users);
}
if (data.posts !== undefined) {
animateCounter('stat-posts', data.posts);
}
if (data.topics !== undefined) {
animateCounter('stat-wiki', data.topics);
document.getElementById('stat-wiki').textContent = data.topics;
}
} catch (error) {
console.error('Failed to load community stats:', error);