feat: add file upload workflow

This commit is contained in:
yml
2026-05-22 18:50:32 +08:00
parent 6f915b37d3
commit 236518ade4
22 changed files with 819 additions and 117 deletions
+2
View File
@@ -13,6 +13,7 @@ export interface Listing {
login_platform: string
rank_level: string
haf_coin_amount: number
screenshot_urls: string[]
price_hourly: number
price_daily: number
price_weekly: number
@@ -34,6 +35,7 @@ export interface ListingPayload {
login_platform: string
rank_level: string
haf_coin_amount: number
screenshot_urls: string[]
price_hourly: number
price_daily: number
price_weekly: number