From 4488f590cd25176356dc0fc15d548bbafe1a42e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Thu, 30 Oct 2025 21:13:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=8D=E8=B4=A3=E5=A3=B0?= =?UTF-8?q?=E6=98=8E=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pages/home/home.vue b/pages/home/home.vue index d8f9f5a..2a0e913 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -133,6 +133,9 @@ + + 以上数据由AI生成,不作为最终投资建议,决策需独立! + @@ -1977,6 +1980,19 @@ export default { padding: 5px; } +.disclaimer { + text-align: center; + padding: 8px 10px; + margin-top: 5px; + border-radius: 4px; +} + +.disclaimer-text { + font-size: 11px; + color: grey; + line-height: 1.4; +} + /* 底部空间 */ .bottom-space { height: 60px;