1
0
mirror of https://github.com/ZSCNetSupportDept/website.git synced 2025-10-28 17:05:03 +08:00
dependabot[bot] d8c44f1e55 Bump cookie and express
Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1)

Updates `express` from 4.19.2 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-19 20:07:32 +00:00
2024-09-27 23:18:18 +08:00
2024-09-05 17:11:38 +08:00
2024-08-17 01:07:35 +08:00
2024-08-17 01:07:35 +08:00
2024-10-19 20:07:32 +00:00
2024-08-17 01:07:35 +08:00
2024-08-23 13:52:19 +08:00
2024-08-17 01:07:35 +08:00

zsc网维开发组网站

这里是开发组的网站源代码仓库采用Docusaurus框架,欢迎issue和PR

依赖

nodejs >= 18.0

构建

不同于传统的静态网页生成器本项目不需要额外加装构建工具生成器和内容本身加起来就是一个单独的react.js应用所以理论上你只需要把这个repo pull到本地再用npm构建即可运行npm run docusaurus来运行框架本身提供的一些脚本. 要构建可以拿去部署的静态网站资源,运行:


git clone https://github.com/ZSCNetSupportDept/website

npm install

npm run docusaurus build

运行npm run docusaurus deploy可以自动构建静态网站并且push到build
https://zscdev-demo.pages.dev 是本仓库的一个demo网站基于master构建而不是build

部署

参见 https://zscdev-demo.pages.dev/docs/devdocs/网站/开发组网站/开发组网站-部署

内容发布

参见文档

开发

务必在本地测试好改动后再push

关于

若有问题,可以联系开发组组长

针对新手我们有一个教程帮助你快速入门:https://zscdev-demo.pages.dev/docs/devdocs/网站/开发组网站/快速上手

Description
网维开发组网站(Wiki&开发组文档)
Readme 39 MiB
Languages
JavaScript 64.3%
CSS 21.2%
HTML 12.3%
MDX 2.2%