chore: hide company-bank and internship entries from homepage (content empty)

This commit is contained in:
yuzhiran
2026-06-18 17:44:11 +08:00
parent 54c21e2953
commit b9651a9ff3
+1 -14
View File
@@ -75,20 +75,7 @@
</view> </view>
<text class="fs-brief">分享经验 · 共建题库 · 帮更多人</text> <text class="fs-brief">分享经验 · 共建题库 · 帮更多人</text>
</view> </view>
<view class="fs-card card" @click="goBank"> <!-- 公司真题库&实习搜索 - 暂隐藏内容待丰富 -->
<view class="fs-top">
<view class="fs-icon fs-bank"><text class="fs-emoji">📚</text></view>
<text class="fs-name">公司真题库</text>
</view>
<text class="fs-brief">大厂真题 · 岗位分类 · 参考思路</text>
</view>
<view class="fs-card card" @click="goInternship">
<view class="fs-top">
<view class="fs-icon fs-internship"><text class="fs-emoji">🔍</text></view>
<text class="fs-name">实习搜索</text>
</view>
<text class="fs-brief">热门实习 · 一键搜索 · 精准匹配</text>
</view>
</view> </view>
</view> </view>
</view> </view>