Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed May 5, 2023
1 parent 07517cf commit 5009c1c
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 108 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"build": "next build"
},
"dependencies": {
"@vercel/analytics": "^1.0.0",
"next": "^13.3.1",
"@vercel/analytics": "^1.0.1",
"next": "^13.4.1",
"next-themes": "^0.2.1",
"nextra": "^2.4.2",
"nextra-theme-docs": "^2.4.2",
"nextra": "^2.5.0",
"nextra-theme-docs": "^2.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.16.1",
"@types/react": "^18.2.0",
"@types/node": "^18.16.4",
"@types/react": "^18.2.5",
"typescript": "^5.0.4"
}
}
18 changes: 18 additions & 0 deletions docs/pages/issue/qa.zh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,24 @@

在比赛结束后,队伍仍然显示处于锁定状态,若确认没有其他正在进行中的比赛时进行人员变动,队伍将会自动解锁。

## 题目描述编写建议

在一段时间的测试和使用后,我们发现了一种较好的题目描述编写方式,这一方式不会抢占附件下载按钮的位置,同时还能提供更多的题目信息:

```md
**Author:** GZTime
**Difficulty:** Baby
**Category:** Misc

---

Description of the challenge...
```

需要注意的是,在 Markdown 编写规范中,如果需要换行的同时不另起一个段落,**需要在行尾加上两个空格**

在 GZCTF 上编写题目时,请注意在信息行和另外有换行需求的行后适当加上空格,同时尽量多换行、保证短句每行宽度在 `490px` (约 30 个中文字符)以内来获得更好的显示效果。

## 平台部署相关

### 关于部署的建议?
Expand Down
Loading

0 comments on commit 5009c1c

Please sign in to comment.