feat: 初始化慧遇书院官网一期

This commit is contained in:
2026-08-12 18:01:17 +08:00
commit 5d31ee5743
101 changed files with 17259 additions and 0 deletions

6
.env.example Normal file
View File

@@ -0,0 +1,6 @@
NUXT_SESSION_PASSWORD=replace-with-at-least-32-random-characters
NUXT_SESSION_COOKIE_SECURE=false
NUXT_DATABASE_PATH=./data/db/huiyu.sqlite
NUXT_INITIAL_ADMIN_USERNAME=admin
NUXT_INITIAL_ADMIN_PASSWORD=replace-before-first-start
NUXT_PUBLIC_SITE_URL=http://localhost:3000