From 8f8b0a03e41419e3debddc077379e7770ea78b0c Mon Sep 17 00:00:00 2001 From: sion123 <450702724@qq.com> Date: Mon, 27 Apr 2026 20:00:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(agent):=20=E5=B0=86=E6=94=B6=E8=97=8F?= =?UTF-8?q?=E5=A4=B9=E5=8D=A1=E7=89=87=E4=BD=BF=E7=94=A8=E6=AC=A1=E6=95=B0?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=98=BE=E7=A4=BA=E5=88=9B=E5=BB=BA=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在收藏夹列表中,将使用次数显示替换为创建时间戳,使用 dayjs 格式化显示,并调整卡片底部布局为两端对齐。 --- .../web-gold/src/components/agents/MyFavoritesModal.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/app/web-gold/src/components/agents/MyFavoritesModal.vue b/frontend/app/web-gold/src/components/agents/MyFavoritesModal.vue index c407d12a6f..50d98ad1ad 100644 --- a/frontend/app/web-gold/src/components/agents/MyFavoritesModal.vue +++ b/frontend/app/web-gold/src/components/agents/MyFavoritesModal.vue @@ -1,6 +1,7 @@