refactor: establish frontend page modules

This commit is contained in:
leefer
2026-07-29 22:15:36 +08:00
parent ed2b47fe90
commit b284531dfa
19 changed files with 350 additions and 50 deletions
+3
View File
@@ -0,0 +1,3 @@
window.XiaobaiPageModules.register("popularity", ["popularityView"], {
enter: ["loadPopularity"],
});