初始提交

This commit is contained in:
Your Name 2025-07-28 15:28:01 +08:00
parent 6bf77c10fb
commit 8ae0c3ce0a
384 changed files with 5 additions and 5 deletions

0
.dockerignore Normal file → Executable file
View File

0
apps/fenghuo/.env.example Normal file → Executable file
View File

0
apps/fenghuo/api/entrypoint.sh Normal file → Executable file
View File

0
apps/fenghuo/api/src/auth/better-auth-config.ts Normal file → Executable file
View File

0
apps/fenghuo/api/src/auth/oidc-config.ts Normal file → Executable file
View File

0
apps/fenghuo/api/src/auth/session.ts Normal file → Executable file
View File

View File

View File

View File

0
apps/fenghuo/api/src/features/post/post.service.ts Normal file → Executable file
View File

0
apps/fenghuo/api/src/features/post/post.trpc.ts Normal file → Executable file
View File

View File

0
apps/fenghuo/api/src/features/profile/profile.trpc.ts Normal file → Executable file
View File

View File

View File

0
apps/fenghuo/api/src/features/role/role.service.ts Normal file → Executable file
View File

0
apps/fenghuo/api/src/features/role/role.trpc.ts Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

0
apps/fenghuo/api/src/features/term/term.service.ts Normal file → Executable file
View File

0
apps/fenghuo/api/src/features/term/term.trpc.ts Normal file → Executable file
View File

View File

View File

0
apps/fenghuo/api/src/features/user/user.service.ts Normal file → Executable file
View File

0
apps/fenghuo/api/src/features/user/user.trpc.ts Normal file → Executable file
View File

0
apps/fenghuo/api/src/index.ts Normal file → Executable file
View File

0
apps/fenghuo/api/src/middleware/tus.ts Normal file → Executable file
View File

0
apps/fenghuo/api/src/services/init.ts Normal file → Executable file
View File

0
apps/fenghuo/api/src/utils/request.ts Normal file → Executable file
View File

0
apps/fenghuo/client/src/api/hooks/useOrganization.ts Normal file → Executable file
View File

0
apps/fenghuo/client/src/api/hooks/usePost.ts Normal file → Executable file
View File

0
apps/fenghuo/client/src/api/hooks/useProfile.ts Normal file → Executable file
View File

0
apps/fenghuo/client/src/api/hooks/useRole.ts Normal file → Executable file
View File

0
apps/fenghuo/client/src/api/hooks/useSysConf.ts Normal file → Executable file
View File

0
apps/fenghuo/client/src/api/hooks/useTaxonomy.ts Normal file → Executable file
View File

0
apps/fenghuo/client/src/api/hooks/useTerm.ts Normal file → Executable file
View File

0
apps/fenghuo/client/src/api/hooks/useUser.ts Normal file → Executable file
View File

0
apps/fenghuo/client/tsconfig.json Normal file → Executable file
View File

0
apps/fenghuo/common/src/enum.ts Normal file → Executable file
View File

0
apps/fenghuo/common/src/file.ts Normal file → Executable file
View File

0
apps/fenghuo/common/src/index.ts Normal file → Executable file
View File

0
apps/fenghuo/common/src/organization.ts Normal file → Executable file
View File

0
apps/fenghuo/common/src/post.ts Normal file → Executable file
View File

0
apps/fenghuo/common/src/profile.ts Normal file → Executable file
View File

0
apps/fenghuo/common/src/role.ts Normal file → Executable file
View File

0
apps/fenghuo/common/src/system-monitor.ts Normal file → Executable file
View File

0
apps/fenghuo/common/src/term.ts Normal file → Executable file
View File

0
apps/fenghuo/common/src/user.ts Normal file → Executable file
View File

View File

@ -438,7 +438,7 @@ const config = {
"value": "prisma-client-js"
},
"output": {
"value": "/opt/projects/nice/apps/fenghuo/db/generated/prisma",
"value": "/home/leon/projects/nice/apps/fenghuo/db/generated/prisma",
"fromEnvVar": null
},
"config": {
@ -456,7 +456,7 @@ const config = {
}
],
"previewFeatures": [],
"sourceFilePath": "/opt/projects/nice/apps/fenghuo/db/prisma/schema.prisma",
"sourceFilePath": "/home/leon/projects/nice/apps/fenghuo/db/prisma/schema.prisma",
"isCustomOutput": true
},
"relativeEnvPaths": {

View File

@ -439,7 +439,7 @@ const config = {
"value": "prisma-client-js"
},
"output": {
"value": "/opt/projects/nice/apps/fenghuo/db/generated/prisma",
"value": "/home/leon/projects/nice/apps/fenghuo/db/generated/prisma",
"fromEnvVar": null
},
"config": {
@ -457,7 +457,7 @@ const config = {
}
],
"previewFeatures": [],
"sourceFilePath": "/opt/projects/nice/apps/fenghuo/db/prisma/schema.prisma",
"sourceFilePath": "/home/leon/projects/nice/apps/fenghuo/db/prisma/schema.prisma",
"isCustomOutput": true
},
"relativeEnvPaths": {

0
apps/fenghuo/db/generated/prisma/runtime/edge-esm.js Normal file → Executable file
View File

0
apps/fenghuo/db/generated/prisma/runtime/edge.js Normal file → Executable file
View File

0
apps/fenghuo/db/generated/prisma/runtime/index-browser.d.ts vendored Normal file → Executable file
View File

View File

0
apps/fenghuo/db/generated/prisma/runtime/library.d.ts vendored Normal file → Executable file
View File

0
apps/fenghuo/db/generated/prisma/runtime/library.js Normal file → Executable file
View File

0
apps/fenghuo/db/generated/prisma/runtime/react-native.js vendored Normal file → Executable file
View File

View File

View File

0
apps/fenghuo/db/generated/prisma/runtime/wasm.js Normal file → Executable file
View File

0
apps/fenghuo/db/generated/prisma/schema.prisma Normal file → Executable file
View File

0
apps/fenghuo/db/tsconfig.json Normal file → Executable file
View File

0
apps/fenghuo/docker-compose.yml Normal file → Executable file
View File

0
apps/fenghuo/docker/Dockerfile.api Normal file → Executable file
View File

0
apps/fenghuo/docker/Dockerfile.web Normal file → Executable file
View File

0
apps/fenghuo/package.json Normal file → Executable file
View File

0
apps/fenghuo/turbo.json Normal file → Executable file
View File

View File

0
apps/fenghuo/web/app/[locale]/auth/callback/back.tsx Normal file → Executable file
View File

0
apps/fenghuo/web/app/[locale]/auth/layout.tsx Normal file → Executable file
View File

0
apps/fenghuo/web/app/[locale]/auth/login/page.tsx Normal file → Executable file
View File

0
apps/fenghuo/web/app/[locale]/auth/oidclogin/page.tsx Normal file → Executable file
View File

0
apps/fenghuo/web/app/[locale]/auth/page.tsx Normal file → Executable file
View File

0
apps/fenghuo/web/app/[locale]/auth/register/page.tsx Normal file → Executable file
View File

View File

View File

View File

0
apps/fenghuo/web/app/[locale]/dashboard/layout.tsx Normal file → Executable file
View File

View File

View File

View File

0
apps/fenghuo/web/app/[locale]/dashboard/page.tsx Normal file → Executable file
View File

View File

View File

View File

View File

0
apps/fenghuo/web/app/[locale]/dashboard/user/page.tsx Normal file → Executable file
View File

0
apps/fenghuo/web/app/[locale]/editor/page.tsx Normal file → Executable file
View File

View File

View File

View File

0
apps/fenghuo/web/app/[locale]/sign-in/page.tsx Normal file → Executable file
View File

0
apps/fenghuo/web/app/[locale]/test/page.tsx Normal file → Executable file
View File

0
apps/fenghuo/web/components/animation/sine-wave.tsx Normal file → Executable file
View File

0
apps/fenghuo/web/components/app-sidebar.tsx Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More