feat: generate every language handbook when starting

This commit is contained in:
Somebody
2024-11-16 14:37:28 +08:00
parent 5884573710
commit 0be21cdedf
4 changed files with 99 additions and 38 deletions

View File

@@ -225,7 +225,7 @@ public class EntryPoint
};
// generate the handbook
HandbookGenerator.Generate();
new Task(HandbookGenerator.GenerateAll).Start();
if (!DatabaseHelper.LoadAllData)
{