封装分享卡片方法

This commit is contained in:
李瑞
2025-10-01 22:07:15 +08:00
parent 5080524eec
commit 8f676b1c38
2 changed files with 0 additions and 4 deletions

View File

@@ -9,7 +9,6 @@ export interface ShareCardData {
gameTime: string
venueName: string
venueImages: string[]
playerImage?: string
}
export interface GenerateShareImageOptions {