Browse Source

Merge branch 'songjie/feature-20251023161635-首页' into milestone-20251031-简版功能开发

dongqian/feature-20251022181325-deepmate简版
宋杰 3 weeks ago
parent
commit
e94c6d1723
  1. 16
      pages/home/home.vue

16
pages/home/home.vue

@ -133,6 +133,9 @@
</view> </view>
</view> </view>
</view> </view>
<view class="disclaimer">
<text class="disclaimer-text">以上数据由AI生成不作为最终投资建议决策需独立</text>
</view>
</view> </view>
<!-- 5. TCP连接测试 --> <!-- 5. TCP连接测试 -->
@ -1977,6 +1980,19 @@ export default {
padding: 5px; 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 { .bottom-space {
height: 60px; height: 60px;

Loading…
Cancel
Save