core: update welcome page

pull/579/head
undefined 1 year ago
parent 32bd897f30
commit cfb6accffa
No known key found for this signature in database

@ -76,6 +76,7 @@ Hydro 支持导入常见格式的题库文件,包括 Hydro 通用的 zip 格
Hydro 同时支持 VJudge这意味着你可以直接在系统内导入其他平台的题目修改题面后编入自己的作业或比赛快速搭建自己的题库体系。 Hydro 同时支持 VJudge这意味着你可以直接在系统内导入其他平台的题目修改题面后编入自己的作业或比赛快速搭建自己的题库体系。
当前支持的平台有: 当前支持的平台有:
- [一本通编程启蒙](https://hydro.ac/ybtbas.zip):官方提供一本通编程启蒙题库,免费使用,参照压缩包内导入说明。
- [Codeforces](https://codeforces.com):国外大型竞赛平台,大量高质量题目; - [Codeforces](https://codeforces.com):国外大型竞赛平台,大量高质量题目;
- [UOJ](https://uoj.ac):国内知名 OJ国家集训队常用 - [UOJ](https://uoj.ac):国内知名 OJ国家集训队常用
- [SPOJ](https://www.spoj.com):国内连接很不稳定,不推荐; - [SPOJ](https://www.spoj.com):国内连接很不稳定,不推荐;

@ -15,9 +15,10 @@ const bulletin = `\
- 使 [ -> ](/manage/setting) - 使 [ -> ](/manage/setting)
[ Hydro ](https://jq.qq.com/?_wv=1027&k=pKYrk4yp) 或是 [从 Hydro 题库下载](https://hydro.ac/d/tk/p) 。 [ Hydro ](https://jq.qq.com/?_wv=1027&k=pKYrk4yp) 或是 [从 Hydro 题库下载](https://hydro.ac/d/tk/p) 。
[](https://hydro.ac/ybtbas.zip) 题库并按照压缩包内说明导入系统。
[](https://hydro.js.org) 或是 [查看配置示例](https://hydro.ac/d/system_test/) 。 [](https://hydro.js.org) 或是 [查看配置示例](https://hydro.ac/d/system_test/) 。
[ > ](/domain/edit) [ > ](/domain/edit)
### Welcome to Hydro ! ### Welcome to Hydro !
@ -30,8 +31,8 @@ Next step you should:
- Go to Problems panel, check whether the example problem is working properly. - Go to Problems panel, check whether the example problem is working properly.
- Use super admin account to login, read the [Control panel -> System settings](/manage/setting) page, configure as needed. - Use super admin account to login, read the [Control panel -> System settings](/manage/setting) page, configure as needed.
If you need to import a problem, you can join [Hydro user group](https://jq.qq.com/?_wv=1027&k=pKYrk4yp) If you want to import problems, you can join [Hydro user group](https://jq.qq.com/?_wv=1027&k=pKYrk4yp)
or download [Hydro problem library](https://hydro.ac/d/tk/p) . or download from [Hydro problem library](https://hydro.ac/d/tk/p) .
If you need problem configuration guide, you can [view the document](https://hydro.js.org) or If you need problem configuration guide, you can [view the document](https://hydro.js.org) or
[view examples](https://hydro.ac/d/system_test/) . [view examples](https://hydro.ac/d/system_test/) .

@ -334,6 +334,7 @@ export class YBT extends HUSTOJ {
} }
} }
// 已弃用。请直接从 https://hydro.ac/ybtbas.zip 下载题库文件并按照压缩包内说明导入系统。
export class YBTBAS extends YBT { export class YBTBAS extends YBT {
static langs = { static langs = {
ybtbas: { ybtbas: {

Loading…
Cancel
Save