教程的标题

This commit is contained in:
2025-10-06 19:13:01 +08:00
parent bc13976a78
commit 96adf39cba
5 changed files with 444 additions and 478 deletions

View File

@@ -8,7 +8,7 @@ export const useConfigStore = defineStore("config", () => {
website_name_shortcut: "",
website_footer: "",
submission_list_show_all: true,
allow_register: true,
allow_register: false,
class_list: [],
})
async function getConfig() {