feat(player,shared): 内置球员头像名称支持三语显示

This commit is contained in:
2026-06-04 11:55:17 +08:00
parent a8e4ead618
commit c68abadceb
3 changed files with 367 additions and 11 deletions

View File

@@ -118,6 +118,7 @@ export const PARLAY_MAX_LEGS = 5;
export * from './betting-rules';
export * from './locale';
export * from './builtinPlayers';
export * from './playerLocale';
export interface ApiResponse<T = unknown> {
success: boolean;