Skip to content

Commit

Permalink
feat:假如changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hejialiang committed Mar 6, 2021
1 parent a472f98 commit 74ba56d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs/computerNetwork/protocal.md
Original file line number Diff line number Diff line change
Expand Up @@ -875,4 +875,9 @@ http2.0的解决,把3个请求打包成一个小块发送过去,即使第一

当也有一个问题,现在页面主要是js渲染,那么js的先后顺序影响了页面的渲染;那么服务端推送也就存在问题了。

### 1.8.3 HTTP2.0
### 1.8.3 HTTP3.0

<input></input>
::: v-pre
`{{ This will be displayed as-is }}`
:::
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seniorFrontEnd",
"version": "1.0.0",
"version": "0.0.0",
"description": "",
"main": "index.js",
"directories": {
Expand All @@ -10,14 +10,16 @@
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"upload-server": "sh deploy.sh"
"upload-server": "sh deploy.sh",
"release": "release-it"
},
"keywords": [],
"author": "hejialiang",
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.8.2",
"@vuepress/plugin-back-to-top": "^1.8.2",
"release-it": "^14.4.1",
"vuepress": "^1.2.0"
},
"dependencies": {
Expand Down

0 comments on commit 74ba56d

Please sign in to comment.