Impr(fortune): Simplify events file categorization

This commit is contained in:
2024-12-12 22:00:20 +08:00
parent b4fa64d79b
commit 9a5b505fb3
5 changed files with 3 additions and 7 deletions
+3 -4
View File
@@ -43,10 +43,9 @@ async function fetch_data() {
});
}
await fetch_events("./json/custom_static_special.json");
await fetch_events("./json/custom_cyclical_special.json");
await fetch_events("./json/default_static_special.json");
await fetch_events("./json/default_cyclical_special.json");
await fetch_events("./json/custom_special.json");
await fetch_events("./json/static_special.json");
await fetch_events("./json/cyclical_special.json");
}
const textColorClass = [
@@ -1,3 +0,0 @@
{
"special_events": []
}