feat: add demo user and fix __dirname and fix cdn for panel upload

This commit is contained in:
2024-10-09 18:10:21 +08:00
parent 03c473d24a
commit 44d8a831c2
6 changed files with 31 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
import { CreateDemoUser } from '@/models/user.ts';
await CreateDemoUser();