初步优化 发布流程
This commit is contained in:
@@ -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
Reference in New Issue
Block a user