feat: 点单客服/邀请与打手关注快手图标可后台配置

新增 cuser_mine_kefu、cuser_mine_invite、cuser_mine_invitees、fighter_follow_kuaishou,后台「图标与频道」可分别上传。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-07-21 04:02:46 +08:00
parent 24cb0b88f7
commit ef49fe3855

View File

@@ -53,6 +53,7 @@ MINIAPP_ICON_META = [
('fighter_invite_poster', '打手中心-推广海报'),
('fighter_invite_code', '打手中心-邀请码'),
('fighter_kuaishou_cash', '打手中心-快手提现'),
('fighter_follow_kuaishou', '打手中心-关注快手'),
('fighter_mine_copy', '打手中心-复制ID'),
('fighter_mine_edit', '打手中心-编辑资料'),
('fighter_mine_qiepian', '打手中心-切片活动横幅'),
@@ -74,6 +75,10 @@ MINIAPP_ICON_META = [
('fighter_mine_switch', '打手中心-返回点单端'),
('mine_pindao', '频道入口'),
('icon_refresh', '通用刷新'),
# 点单端「我的」服务入口(客服 / 邀请须分开可配)
('cuser_mine_kefu', '点单端我的-在线客服'),
('cuser_mine_invite', '点单端我的-邀请好友'),
('cuser_mine_invitees', '点单端我的-我推荐的人'),
('guanshi_poster_bg', '管事推广海报背景'),
('zuzhang_poster_bg', '组长推广海报背景'),
('cuser_poster_bg', '点单端推荐官海报背景'),
@@ -115,6 +120,7 @@ MINIAPP_ICON_DEFAULTS['fighter_invite_subordinate'] = f'{ICON_FOLDER}/fighter_in
MINIAPP_ICON_DEFAULTS['fighter_invite_poster'] = f'{ICON_FOLDER}/fighter_invite_poster.png'
MINIAPP_ICON_DEFAULTS['fighter_invite_code'] = f'{ICON_FOLDER}/fighter_invite_code.png'
MINIAPP_ICON_DEFAULTS['fighter_kuaishou_cash'] = f'{ICON_FOLDER}/fighter_kuaishou_cash.png'
MINIAPP_ICON_DEFAULTS['fighter_follow_kuaishou'] = 'beijing/tubiao/grzx_guanzhualong.jpg'
MINIAPP_ICON_DEFAULTS['fighter_mine_copy'] = 'beijing/guanshiduan/icon-copy.png'
MINIAPP_ICON_DEFAULTS['fighter_mine_edit'] = 'beijing/dashouduan/dashoutubiaobeijing/icon-edit.jpg'
MINIAPP_ICON_DEFAULTS['fighter_mine_qiepian'] = f'{ICON_FOLDER}/fighter_mine_qiepian.png'
@@ -135,6 +141,10 @@ MINIAPP_ICON_DEFAULTS['fighter_mine_dashou_auth'] = 'beijing/tubiao/grzx_dashou.
MINIAPP_ICON_DEFAULTS['fighter_mine_clear'] = 'beijing/tubiao/grzx_qingchu.jpg'
MINIAPP_ICON_DEFAULTS['fighter_mine_switch'] = f'{ICON_FOLDER}/fighter_mine_switch.png'
MINIAPP_ICON_DEFAULTS['mine_pindao'] = 'beijing/tubiao/grzx_pindao.jpg'
MINIAPP_ICON_DEFAULTS['cuser_mine_kefu'] = 'beijing/tubiao/grzx_kefu.jpg'
# 邀请默认用邀请图标,避免与客服同图
MINIAPP_ICON_DEFAULTS['cuser_mine_invite'] = 'beijing/guanshiduan/icon-invite.png'
MINIAPP_ICON_DEFAULTS['cuser_mine_invitees'] = 'beijing/tubiao/grzx_guanzhualong.jpg'
MINIAPP_ICON_DEFAULTS['guanshi_poster_bg'] = 'beijing/haibaobeijing.jpg'
MINIAPP_ICON_DEFAULTS['zuzhang_poster_bg'] = 'beijing/zuzhangbeijing.jpg'
# 点单端推荐官海报:独立路径,禁止复用管事/打手背景