docs: 更新笔记文档

This commit is contained in:
ZiuChen 2023-01-01 16:51:13 +08:00
parent 09a8155995
commit 0b2df60a3b
15 changed files with 5719 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

2153
docs/note/CSS.md Normal file

File diff suppressed because it is too large Load Diff

14
docs/note/JavaScript.md Normal file
View File

@ -0,0 +1,14 @@
---
sidebar: auto
sidebarDepth: 2
editLink: false
---
# JavaScript 基础
JavaScript 组成
- ECMAScript 定义语言规范
- DOM 用于操作文档的API
- BOM 用于操作浏览器的API

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

File diff suppressed because it is too large Load Diff

11
docs/note/README.md Normal file
View File

@ -0,0 +1,11 @@
---
sidebar: auto
sidebarDepth: 2
editLink: false
---
[JavaScript 基础](./JavaScript.md)
[CSS 基础](./CSS.md)
[JavaScript 高级教程](./JavaScriptEnhanced.md)