diff --git a/zhiyin-app/src/pages/company-bank/bank.vue b/zhiyin-app/src/pages/company-bank/bank.vue
index 96255a8..f92da9d 100644
--- a/zhiyin-app/src/pages/company-bank/bank.vue
+++ b/zhiyin-app/src/pages/company-bank/bank.vue
@@ -1,197 +1,259 @@
-
+
-
+
+ 🔍
+
+ ✕
+
-
- 热门公司题库
-
-
- {{ c.name }}
- {{ c.positionCount > 0 ? c.positionCount + ' 个岗位' : '暂无题库' }}
+
+
+
+ 加载中...
+
+
+
+ {{ c.name }}
+ {{ c.positionCount > 0 ? c.positionCount + ' 个岗位' : '暂无题库' }}
+
+ 📭
+ 暂无公司题库数据
+ 完成面试后贡献面经,帮助更多人
+
-
-
-
- {{ selectedCompany }} - 岗位列表
- 返回
+
+
+
-
-
- {{ p.position }}
- {{ p.questionCount }} 题 · {{ p.contributionCount }} 人贡献
-
-
- 暂无该公司的面经数据
- 成为第一个贡献者吧!
+
+ 加载岗位中...
+
+
+
+
+ {{ p.icon || '💼' }}
+
+ {{ p.position }}
+ {{ p.questionCount }} 题 · {{ p.contributionCount }} 人贡献
+
+
+ ›
+
+ 📭
+ 暂无该公司的面经数据
+ 成为第一个贡献者吧!
+
-
-
- {{ selectedCompany }} · {{ selectedPosition }}
- 返回
+
+
-
-
+
+ 加载题目中...
+
+
+
- {{ q.content }}
+ {{ q.content }}
{{ t }}
- 参考思路:
+ 💡 参考思路
{{ q.referenceAnswer }}
-
- 暂无题目数据
-
-
-
-
-
- 加载中...
+
+ 📭
+ 暂无题目数据
+
-
diff --git a/zhiyin-app/src/pages/internship/internship.vue b/zhiyin-app/src/pages/internship/internship.vue
index b17e5b6..f068f51 100644
--- a/zhiyin-app/src/pages/internship/internship.vue
+++ b/zhiyin-app/src/pages/internship/internship.vue
@@ -1,67 +1,157 @@
-
-
- 实习推荐
- 热门实习岗位,点击直接模拟面试
+
+
+
+
+ 🔍
+
+ ✕
+
-
- 🔥 热门实习
-
-
-
- {{ idx + 1 }}
-
- {{ item.name }}
+
+
+
+ 全部
+
+
+ 🤖 AI 岗位
+
+
+ 💼 传统岗位
+
+
+
+
+
+ 共 {{ filteredPositions.length }} 个岗位
+
+
+
+
+
+
+
+ {{ item.icon || '💼' }}
+
+
+ {{ item.name }}
+
{{ item.company }}
+ {{ item.category === 'ai' ? 'AI' : '传统' }}
- {{ item.salary }}
+
+
+ {{ item.salary }}
+ 模拟 ›
+
-
- 暂无实习岗位数据
-
+
+
+ 🔍
+ {{ keyword ? '没有匹配的岗位' : '暂无岗位数据' }}
+
+
+
+
+ 加载中...