From 41fa98e8b7d7156d656cf51c1d9118c9cdd8938d Mon Sep 17 00:00:00 2001 From: XingQue Date: Fri, 26 Jun 2026 04:37:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=9C=AA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E5=95=86=E5=AE=B6=E5=85=85=E5=80=BC=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9=EF=BC=8C=E4=BC=98=E5=8C=96=E6=89=93?= =?UTF-8?q?=E6=89=8B=E6=A8=AA=E5=B9=85=E5=9B=BE=E6=A0=87=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jituan/services/miniapp_assets.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/jituan/services/miniapp_assets.py b/jituan/services/miniapp_assets.py index 3e89201..74c2cdc 100644 --- a/jituan/services/miniapp_assets.py +++ b/jituan/services/miniapp_assets.py @@ -5,20 +5,18 @@ ICON_FOLDER = 'beijing/tubiao/chengxutubiao' # icon_key -> 后台展示名(文件名固定为 {icon_key}.png) MINIAPP_ICON_META = [ - ('merchant_gold_banner', '商家金牌横幅'), + ('merchant_gold_banner', '商家金牌横幅(抢单/订单列表顶部)'), ('merchant_regular_dispatch', '常规派单'), ('merchant_custom_dispatch', '自定义派单'), ('merchant_pending_settle', '待清算'), ('merchant_kefu_key', '客服密钥'), ('merchant_kefu_list', '客服列表'), - ('merchant_recharge_deposit', '充值保证金'), - ('merchant_recharge_member', '充值会员'), ('merchant_link_dispatch', '链接派单'), ('merchant_punish', '处罚记录'), ('merchant_rank', '商家排行'), ('merchant_refresh', '商家刷新'), - ('fighter_recharge_member', '打手充值会员'), - ('fighter_recharge_deposit', '打手充值保证金'), + ('fighter_recharge_member', '打手中心-会员充值横幅(左侧)'), + ('fighter_recharge_deposit', '打手中心-保证金充值横幅(右侧)'), ('mine_pindao', '频道入口'), ('icon_refresh', '通用刷新'), ] @@ -33,8 +31,9 @@ MINIAPP_ICON_DEFAULTS = { # 部分历史资源扩展名不同 MINIAPP_ICON_DEFAULTS['icon_refresh'] = 'beijing/guanshiduan/icon-refresh.png' MINIAPP_ICON_DEFAULTS['merchant_refresh'] = 'beijing/guanshiduan/icon-refresh.png' -MINIAPP_ICON_DEFAULTS['fighter_recharge_member'] = 'beijing/dashouduan/dashoutubiaobeijing/icon-recharge.jpg' -MINIAPP_ICON_DEFAULTS['fighter_recharge_deposit'] = 'beijing/dashouduan/vip-card-bg.jpg' +MINIAPP_ICON_DEFAULTS['merchant_gold_banner'] = 'beijing/tubiao/chengxutubiao/merchant_gold_banner.png' +MINIAPP_ICON_DEFAULTS['fighter_recharge_member'] = f'{ICON_FOLDER}/fighter_recharge_member.png' +MINIAPP_ICON_DEFAULTS['fighter_recharge_deposit'] = f'{ICON_FOLDER}/fighter_recharge_deposit.png' MINIAPP_ICON_DEFAULTS['mine_pindao'] = 'beijing/tubiao/grzx_guanzhualong.jpg'