From 7d2d4e31f71847225d82b902e30290f7e8f2d696 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Tue, 8 Jul 2025 18:16:45 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=96=87=E6=A1=88=E9=87=8A=E4=B9=89?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../media-account/account-detail/constants.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/property-marketing/media-account/account-detail/constants.ts b/src/views/property-marketing/media-account/account-detail/constants.ts index 206dead..076a8b1 100644 --- a/src/views/property-marketing/media-account/account-detail/constants.ts +++ b/src/views/property-marketing/media-account/account-detail/constants.ts @@ -40,8 +40,12 @@ export const getAccountInfoFields = (dateType: string, showMore: boolean) => { ], [ { title: 'AI评价', dataIndex: 'ai_evaluation' }, - { title: '粉丝量', dataIndex: 'fans_number', tooltip: '粉丝量' }, - { title: '总赞藏数', dataIndex: 'like_collect_number', tooltip: '总赞藏数' }, + { title: '粉丝量', dataIndex: 'fans_number', tooltip: '账号的当前粉丝总数。' }, + { + title: '总赞藏数', + dataIndex: 'like_collect_number', + tooltip: '账号所有内容获得的点赞数与收藏数总和,用于衡量历史内容的整体吸引力与认可度。', + }, ], ]; const customFields = groupArrayBySize(CUSTOM_FIELDS, 4, dateType);