新增首页 AW炫彩回收入口,支持后台配置展示图

首页第三入口点击查看回收说明图;配置项 mobile.aw_recycle 可配标题/图片;aw-recycle 走公开文件链路,首页鉴权预览兼容旧私有地址。
This commit is contained in:
yml2213
2026-07-19 22:50:16 +08:00
parent dabcec45cb
commit 9b1ee445b7
14 changed files with 533 additions and 18 deletions
+2
View File
@@ -3,6 +3,7 @@ const IMAGE_UPLOAD_MAX_SIDE: Record<string, number> = {
chat: 1280,
announcement: 1600,
'home-banner': 1920,
'aw-recycle': 1920,
listing: 1920,
dispute: 1920,
handoff: 1920,
@@ -15,6 +16,7 @@ const IMAGE_UPLOAD_QUALITY: Record<string, number> = {
chat: 0.8,
announcement: 0.84,
'home-banner': 0.84,
'aw-recycle': 0.84,
listing: 0.84,
dispute: 0.86,
handoff: 0.86,