Skip to content

Commit

Permalink
修改一些样式与导航栏
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfeidog committed May 3, 2024
1 parent 4d43a19 commit 59a4a51
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 10 deletions.
6 changes: 4 additions & 2 deletions src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ import {navbar} from "vuepress-theme-hope";

export const Navbar = navbar([
{text: "最新面试题", icon: "blog", link: "/blog/"},
{text: "大厂面试题", icon: "free", link: "/interviews/"},
{text: "大厂面试", icon: "free", link: "/interviews/"},
{text: "后端面试题", icon: "blog", link: "/backEnd/"},
{text: "前端面试题", icon: "blog", link: "/frontEnd/"},
{text: "分类", icon: "tag", link: "/category/"},
{text: "标签", icon: "tag", link: "/tag/"},
{text: "实习招聘汇总", icon: "internship", link: "/internship/"},
{text: "面经建议", icon: "doc", link: "/experience/"},
{text: "标签", icon: "tag", link: "/tag/"},
{text: "时间线", icon: "timeline", link: "/timeline/"},
]);
4 changes: 2 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ features:

## 项目简介

这是一个开源项目,旨在每天分享一道大厂的面试题,帮助更多的人了解和准备大厂的面试题目。
这是一个开源项目,旨在每天分享一些大厂的面试题,帮助更多的人了解和准备大厂的面试题目。
题目主要来源于牛客网,涵盖了Java后端开发、计算机网络、操作系统、算法、系统设计等多个方面。

## 项目特点

1. 每天更新一道大厂面试题
1. 每天更新一些大厂面试题
2. 附有题目解析(来自于互联网 或者 ChatGPT)
3. 持续更新,覆盖各大厂常考题型

Expand Down
32 changes: 32 additions & 0 deletions src/backEnd/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
# 当前页面内容标题
title: 前端面试汇总
# 当前页面图标
icon: blog
# 分类
category:
- 目录
- 导航
# 标签
tag:
- 前端
- 导航
sticky: false
# 是否收藏在博客主题的文章列表中,当填入数字时,数字越大,排名越靠前。
star: false
# 是否将该文章添加至文章列表中
article: false
# 是否将该文章添加至时间线中
timeline: false
---

> 此专栏收录后端实用高频面试题,欢迎参与贡献
## 后端面试题

这里主要存放单个的面试题,每个面试题加上tag
```markdown
tag:
- 前端
- 导航
```
9 changes: 9 additions & 0 deletions src/interviews/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ timeline: false
```
[目录1](./目录1/目录1.md)


这个目录主要是收录面试过程中的题目,不是单个的题目
头部可以加上这些信息
```markdown
category:
- 美团
- 一面
- 实习
```
2 changes: 1 addition & 1 deletion src/interviews/小米/2024.04.30小米暑期一面.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 2024.04.30小米暑期一面
date: 2024-04-30
tag:
category:
- 小米
- 一面
---
Expand Down
2 changes: 1 addition & 1 deletion src/interviews/拼多多/2024.04.27拼多多二面.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 2024.04.27拼多多二面
date: 2024-04-29
tag:
category:
- 拼多多
- 二面
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 2024.04.23美团基础研发平台java实习
date: 2024-05-03
tag:
category:
- 美团
- 一面
- 实习
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 2024.04.26美团财务平台 Java一面
date: 2024-05-02
tag:
category:
- 美团
- 一面
- 实习
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 2024.04.28美团后端日常一面
date: 2024-05-01
tag:
category:
- 美团
- 一面
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 4.22腾讯CDG后台开发一面
date: 2024-04-28
tag:
category:
- 腾讯
- 一面
---
Expand Down

0 comments on commit 59a4a51

Please sign in to comment.