1
0
mirror of https://github.com/ZSCNetSupportDept/website.git synced 2026-02-10 12:18:59 +08:00
dependabot[bot] 7936071c0f Bump qs and express
Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `qs` from 6.13.0 to 6.14.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.13.0...v6.14.1)

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

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.1
  dependency-type: indirect
- dependency-name: express
  dependency-version: 4.22.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-01 14:21:19 +00:00
1
2025-10-09 16:01:47 +08:00
2025-11-07 01:01:29 +08:00
2025-11-03 04:07:13 +08:00
2025-11-07 01:01:29 +08:00
1
2025-07-28 18:01:04 +08:00
2024-08-17 01:07:35 +08:00
2025-07-17 12:38:52 +08:00
2026-01-01 14:21:19 +00:00
2025-06-22 00:41:12 +08:00
1
2025-11-02 23:10:44 +08:00
2025-09-16 20:32:58 +08:00

zsc网维开发组网站

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

目前网站主要托管新wiki和开发组文档还可以发布一些文章。如果想编写内容的话请联系开发组组长。

依赖

nodejs >= 18.0

构建

在终端输入以下命令:


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

cd website

npm install

npm run docusaurus build

然后在build文件夹下就出现了编译过后的结果,可以进行下一步的部署

如果你有直接push本仓库的权限你可以运行npm run docusaurus deploy自动构建并部署静态网站;在构建之后,还会自动将结果推送到仓库的build分支上,服务器部署了脚本自动抓取这个分支的内容来更新网站
https://zscdev-demo.pages.dev 是本仓库的一个demo网站基于master构建而不是build

开发

将项目克隆到本地后,可以运行npm start来实时预览你所作的所有改动改好之后可以提交Pull Request或直接push

关于

任何问题,请联系开发组组长~^_^~

Description
网维开发组网站(Wiki&开发组文档)
Readme 45 MiB
Languages
JavaScript 62.7%
CSS 23.2%
HTML 12%
MDX 2.1%