This commit is contained in:
Rao 2025-04-21 13:19:51 +08:00
parent 96952ea0ce
commit 3ad10be5ca
62 changed files with 9 additions and 2 deletions

0
.vscode/settings.json vendored Normal file → Executable file
View File

View File

View File

View File

View File

View File

0
apps/server/src/models/position/dailyTrain.module.ts Normal file → Executable file
View File

0
apps/server/src/models/position/dailyTrain.router.ts Normal file → Executable file
View File

0
apps/server/src/models/position/dailyTrain.service.ts Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
apps/web/src/app/main/daily/page.tsx Normal file → Executable file
View File

0
apps/web/src/app/main/layout/MainHeader.tsx Normal file → Executable file
View File

0
apps/web/src/app/main/layout/MainLayout.tsx Normal file → Executable file
View File

0
apps/web/src/app/main/layout/MainProvider.tsx Normal file → Executable file
View File

0
apps/web/src/app/main/layout/NavigationMenu.tsx Normal file → Executable file
View File

0
apps/web/src/app/main/plan/monthplan/page.tsx Normal file → Executable file
View File

0
apps/web/src/app/main/plan/page.tsx Normal file → Executable file
View File

0
apps/web/src/app/main/plan/weekplan/page.tsx Normal file → Executable file
View File

View File

0
apps/web/src/app/main/sport/page.tsx Normal file → Executable file
View File

0
apps/web/src/app/main/sport/sportPageModal.tsx Normal file → Executable file
View File

0
apps/web/src/app/main/sport/sportPageProvider.tsx Normal file → Executable file
View File

0
apps/web/src/app/main/sport/sportUpdateModal.tsx Normal file → Executable file
View File

0
apps/web/src/app/main/staffpage/page.tsx Normal file → Executable file
View File

0
apps/web/src/app/main/staffpage/staffmodal/page.tsx Normal file → Executable file
View File

0
apps/web/src/app/main/staffpage/stafftable/page.tsx Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

0
packages/client/src/api/hooks/useSport.ts Normal file → Executable file
View File

0
packages/client/src/api/hooks/useTrainSituation.ts Normal file → Executable file
View File

View File

@ -530,3 +530,10 @@ model SportStandard {
@@unique([projectId, gender, personType], name: "projectId_gender_personType")
@@map("sport_standard")
}

0
packages/common/src/models/train.ts Normal file → Executable file
View File

0
packages/utils/src/safePrismaQuery.ts Normal file → Executable file
View File