优化标签 保证两行

This commit is contained in:
yml2213
2026-05-23 10:14:28 +08:00
parent 40f5252b2e
commit 7a52cecf8c
3 changed files with 374 additions and 127 deletions
@@ -435,8 +435,8 @@ type listingRow struct {
LoginPlatform string
RankLevel string
HafCoinAmount int64
AssetSummary datatypes.JSON
ScreenshotURLS datatypes.JSON
AssetSummary datatypes.JSON `gorm:"column:asset_summary"`
ScreenshotURLS datatypes.JSON `gorm:"column:screenshot_urls"`
}
func rowsToDTO(rows []listingRow) []ListingDTO {