This commit is contained in:
D8D Developer
2025-06-27 03:31:29 +00:00
commit d371fbaefa
68 changed files with 11263 additions and 0 deletions

6
src/client/index.tsx Normal file
View File

@@ -0,0 +1,6 @@
// 如果当前是在 /big 下
if (window.location.pathname.startsWith('/admin')) {
import('./admin/index')
}else{
import('./home/index')
}