初步优化 发布流程

This commit is contained in:
yml
2026-05-22 23:13:36 +08:00
parent 14efed5ebf
commit 52ac6b7827
5 changed files with 1106 additions and 290 deletions
+2
View File
@@ -13,6 +13,7 @@ export interface Listing {
login_platform: string
rank_level: string
haf_coin_amount: number
asset_summary?: Record<string, unknown>
screenshot_urls: string[]
price_hourly: number
price_daily: number
@@ -35,6 +36,7 @@ export interface ListingPayload {
login_platform: string
rank_level: string
haf_coin_amount: number
asset_summary?: Record<string, unknown>
screenshot_urls: string[]
price_hourly: number
price_daily: number
File diff suppressed because it is too large Load Diff