From 309fd4f2fb19cb7356363579725185e00c6c40dc Mon Sep 17 00:00:00 2001 From: wood chen Date: Thu, 17 Jul 2025 20:48:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(App.vue,=20Prices.vue):=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=AE=BA=E5=9D=9B=E5=8F=8D=E9=A6=88=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=B9=B6=E4=BC=98=E5=8C=96=E4=BB=B7=E6=A0=BC=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=85=83=E4=BF=A1=E6=81=AF=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在App.vue中新增论坛反馈按钮,链接至相关讨论页面 - 在Prices.vue中更新价格卡片的显示逻辑,使用更新者信息替代创建者信息,提升信息准确性 --- frontend/src/App.vue | 1 + frontend/src/views/Prices.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 1b0741b..731c018 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -10,6 +10,7 @@ 价格列表 模型厂商 模型类别 + 论坛反馈
diff --git a/frontend/src/views/Prices.vue b/frontend/src/views/Prices.vue index e3cdb26..f16314f 100644 --- a/frontend/src/views/Prices.vue +++ b/frontend/src/views/Prices.vue @@ -222,7 +222,7 @@