feat: add settings page

This commit is contained in:
YunYouJun
2023-08-20 02:28:00 +08:00
parent 95ce2c4dac
commit 98123b0039
14 changed files with 1638 additions and 971 deletions

View File

@@ -48,7 +48,7 @@ export default defineNuxtConfig({
},
prerender: {
crawlLinks: false,
routes: ['/'],
routes: ['/', '/random', 'help', '/user'],
ignore: ['/hi'],
},
},