Skip to content

Commit

Permalink
docs: update docs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang committed Sep 17, 2024
1 parent a0a31a1 commit 9e7f376
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- name: Check out my other private repo
uses: actions/checkout@master
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a href="https://github.com/zhangyuang/ssr" target="_blank"><img src="https://img.shields.io/github/stars/zhangyuang/ssr.svg?color=4dc71f" alt="Node" ></a>
</div>
<br />


`ssr` 框架是为前端框架在服务端渲染的场景下所打造的开箱即用的服务端渲染框架。了解什么是服务端渲染请查看[文档](http://doc.ssr-fc.com/docs/features$ssr)

Expand Down
9 changes: 5 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,25 @@
"@midwayjs/koa": "^3.0.0",
"@midwayjs/logger": "^3.0.0",
"highlight.js": "^10.7.2",
"koa-static-cache": "^5.1.4",
"lodash.debounce": "^4.0.8",
"midway-schedule": "^2.0.0",
"markdown-it": "^12.0.4",
"markdown-it-anchor": "^8.0.0",
"markdown-it-toc-done-right": "^4.2.0",
"ssr-core-vue3": "^6.0.0",
"midway-schedule": "^2.0.0",
"ssr-common-utils": "^6.0.0",
"koa-static-cache": "^5.1.4",
"ssr-core-vue3": "^6.0.0",
"swiper": "6.7.5",
"vue": "^3.0.0",
"vue-router": "^4.0.0",
"vuex": "^4.0.0"
},
"devDependencies": {
"@midwayjs/mock": "^3.0.0",
"@midwayjs/cli-plugin-faas": "^1.0.0",
"@midwayjs/fcli-plugin-fc": "^1.0.0",
"@midwayjs/mock": "^3.0.0",
"@types/markdown-it": "^12.0.1",
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^1.2.1",
"cross-env": "^7.0.3",
"darkmode-js": "^1.5.7",
Expand Down

0 comments on commit 9e7f376

Please sign in to comment.