Skip to content

Commit

Permalink
release: bump version to v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Sep 2, 2023
1 parent 83e7e96 commit f610e01
Show file tree
Hide file tree
Showing 8 changed files with 279 additions and 110 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-docs",
"version": "0.17.0",
"version": "0.17.1",
"private": true,
"scripts": {
"dev": "next",
Expand All @@ -11,14 +11,14 @@
"@vercel/analytics": "^1.0.2",
"next": "^13.4.19",
"next-themes": "^0.2.1",
"nextra": "^2.11.1",
"nextra-theme-docs": "^2.11.1",
"nextra": "^2.12.3",
"nextra-theme-docs": "^2.12.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.5.1",
"@types/react": "^18.2.20",
"typescript": "^5.1.6"
"@types/node": "^20.5.8",
"@types/react": "^18.2.21",
"typescript": "^5.2.2"
}
}
21 changes: 11 additions & 10 deletions docs/pages/quick-start.zh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ GZCTF 的安全性和前端功能(如操作剪贴板)依赖于 HTTPS,此
"PortMappingType": "Default", // or "PlatformProxy"
"EnableTrafficCapture": false,
"PublicEntry": "<Your PUBLIC_ENTRY>", // or "xxx.xxx.xxx.xxx"
// optional
"DockerConfig": {
// optional
"SwarmMode": false,
"Uri": "unix:///var/run/docker.sock"
}
Expand All @@ -63,15 +63,16 @@ GZCTF 的安全性和前端功能(如操作剪贴板)依赖于 HTTPS,此
"Password": "",
"ServerAddress": ""
},
"CaptchaConfig": {
"Provider": "None",
"SiteKey": "<Your SITE_KEY>",
"SecretKey": "<Your SECRET_KEY>",
"GoogleRecaptcha": {
"VerifyAPIAddress": "https://www.recaptcha.net/recaptcha/api/siteverify",
"RecaptchaThreshold": "0.5"
}
},
"CaptchaConfig": {
"Provider": "None", // or "CloudflareTurnstile" or "GoogleRecaptcha"
"SiteKey": "<Your SITE_KEY>",
"SecretKey": "<Your SECRET_KEY>",
// optional
"GoogleRecaptcha": {
"VerifyAPIAddress": "https://www.recaptcha.net/recaptcha/api/siteverify",
"RecaptchaThreshold": "0.5"
}
},
"ForwardedOptions": {
"ForwardedHeaders": 5,
"ForwardLimit": 1,
Expand Down
Loading

0 comments on commit f610e01

Please sign in to comment.