diff --git a/.gitignore b/.gitignore index 10fe39b..617fcb6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ docker-build.log thebet365-images.tar thebet365-images-*.tar thebet365-images-*.manifest.txt +thebet365-admin-latest.tar +thebet365-admin-latest.manifest.txt .claude/ *.log .DS_Store diff --git a/AGENTS.md b/AGENTS.md index 1295739..772c896 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -5,7 +5,7 @@ 如果你是AI请每次读了这个文件就在已有的次数上+1 -当前被读次数: 3 +当前被读次数: 11 ## 目录 diff --git a/apps/admin/components.d.ts b/apps/admin/components.d.ts index 13b5d35..b2383bf 100644 --- a/apps/admin/components.d.ts +++ b/apps/admin/components.d.ts @@ -69,6 +69,7 @@ declare module 'vue' { InviteHistoryPanel: typeof import('./src/components/InviteHistoryPanel.vue')['default'] InviteManageDialog: typeof import('./src/components/InviteManageDialog.vue')['default'] LeagueArchiveDialog: typeof import('./src/components/LeagueArchiveDialog.vue')['default'] + LeagueRowActions: typeof import('./src/components/LeagueRowActions.vue')['default'] LogoUrlField: typeof import('./src/components/LogoUrlField.vue')['default'] MatchArchiveDialog: typeof import('./src/components/MatchArchiveDialog.vue')['default'] MatchesSubNav: typeof import('./src/components/MatchesSubNav.vue')['default'] diff --git a/apps/admin/src/components/LeagueRowActions.vue b/apps/admin/src/components/LeagueRowActions.vue new file mode 100644 index 0000000..40f87f1 --- /dev/null +++ b/apps/admin/src/components/LeagueRowActions.vue @@ -0,0 +1,98 @@ + + + + + diff --git a/apps/admin/src/components/PlayerWalletLedgerDialog.vue b/apps/admin/src/components/PlayerWalletLedgerDialog.vue index 55574ca..6cedd7f 100644 --- a/apps/admin/src/components/PlayerWalletLedgerDialog.vue +++ b/apps/admin/src/components/PlayerWalletLedgerDialog.vue @@ -139,7 +139,7 @@ watch( - + @@ -181,7 +181,7 @@ watch( - + @@ -193,35 +193,35 @@ watch( - + - + - + - + - + - + @@ -298,6 +298,10 @@ watch( diff --git a/apps/admin/src/views/MatchesOutrights.vue b/apps/admin/src/views/MatchesOutrights.vue index 243c086..fe5011b 100644 --- a/apps/admin/src/views/MatchesOutrights.vue +++ b/apps/admin/src/views/MatchesOutrights.vue @@ -1,13 +1,12 @@