Skip to content

Commit c651d7a

Browse files
committed
fix:修改notes
1 parent 9022755 commit c651d7a

File tree

6 files changed

+411
-52
lines changed

6 files changed

+411
-52
lines changed

docs/.vitepress/config/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
{ text: "Vue", link: "/Interview/vue/vue" },
2828
{ text: "React", link: "/Interview/react/react" },
2929
{ text: "Node.js", link: "/Interview/nodejs/nodejs" },
30-
{ text: "Webpack", link: "/Interview/webpack/webpack.md" },
30+
{ text: "Webpack", link: "/Interview/webpack/webpack" },
3131
{ text: "Git", link: "/Interview/git/git" },
3232
{ text: "Web安全", link: "/Interview/web-security/web-security" },
3333
{ text: "性能优化", link: "/Interview/performance-optimization/performance-optimization" },

docs/Interview/css/css.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1 @@
1-
## CSS 笔记
2-
3-
### 1. CSS 是什么?
4-
5-
CSS 是层叠样式表,是用于描述 HTML 文档外观的样式表。
6-
7-
### 2. CSS 有哪些特点?
8-
9-
- 简单易学
10-
- 跨平台
11-
- 开放标准
12-
- 标准统一
13-
- 易于扩展
14-
- 易于维护
15-
- 易于实现
16-
- 易于调试
17-
- 易于优化
18-
- 易于实现
19-
- 易于实现
20-
- 易于实现
21-
- 易于实现
22-
23-
24-
1+
### 1. CSS 面试题

docs/Interview/git/git.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
### 1. Git 是什么?
2-
3-
Git 是一个分布式版本控制系统。
4-
51

62

73

0 commit comments

Comments
 (0)