Skip to content

Commit

Permalink
[feat] update 更新文字
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlxq committed Aug 17, 2024
1 parent 384d240 commit c1c9e4e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/blog/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"type": "file",
"name": "index",
"label": "首页"
"label": "原创笔记"
},
{
"type": "file",
Expand Down
2 changes: 1 addition & 1 deletion docs/interview/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"type": "file",
"name": "index",
"label": "首页"
"label": "汇总"
},
{
"type": "file",
Expand Down
2 changes: 1 addition & 1 deletion docs/leetcode/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"type": "file",
"name": "index",
"label": "首页"
"label": "刷题介绍"
},
{
"type": "dir",
Expand Down
2 changes: 1 addition & 1 deletion docs/mdn/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"type": "file",
"name": "index",
"label": "首页"
"label": "MDN文档"
},
{
"type": "dir",
Expand Down
8 changes: 4 additions & 4 deletions docs/mdn/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# htmlN
# MDN

[htmlN 文档](https://developer.mozilla.org/)
[MDN 文档](https://developer.mozilla.org/)

> 通过 htmlN 文档进行 Web 学习,主要学习 JavaScript 的基本知识,HTML 的标签使用规范,CSS 代码的基本使用。进一步学习 H5、CSS3、图形学、浏览器知识、HTTP 网络知识、MathML。
> 通过 MDN 文档进行 Web 学习,主要学习 JavaScript 的基本知识,HTML 的标签使用规范,CSS 代码的基本使用。进一步学习 H5、CSS3、图形学、浏览器知识、HTTP 网络知识、MathML。
JavaScript

Expand All @@ -22,7 +22,7 @@ JavaScript
- 引用
- 内置对象
- 值属性
- [Array](/htmln/base/Array.html)
- [Array](/MDN/base/Array.html)
- Function 属性
- 基本对象
- 错误对象
Expand Down

0 comments on commit c1c9e4e

Please sign in to comment.