update readme, remove unused import

pull/15/head
undefined 4 years ago
parent 9ba6bd41f5
commit 06ff754af3

@ -6,7 +6,9 @@ Hydro是一个高效的信息学在线测评系统。特点易于部署
[中文文档](https://hydro.js.org/)
如果您认为本项目有价值,欢迎 star 。
欢迎 star 本项目,这是对开发者的鼓励。
项目的开发与维护需要资金,欢迎进行捐助。
Hydro提供收费的功能定制服务如您需要可与我们联系。
相关文档若说明的不够详细,请提交 Pull Request 或联系开发组说明。
bug和功能建议请在 Issues 提出。
@ -19,6 +21,12 @@ hydro-dev 群709572015
Hydro 用户群1085853538
Telegram [@webpack_exports_undefined](https://t.me/webpack_exports_undefined)
## 附加条款
非营利性组织可直接使用 Hydro。
营利性组织(培训机构等)需要根据规模支付相应授权费。详细信息请通过上方方式与开发者联系。
对于小规模个人/学校用户,可提供免费评测服务(您无需本地安装评测机),详情请 [联系我们](#联系我们)
## 鸣谢
排名不分先后,按照链接字典序
@ -26,8 +34,7 @@ Telegram [@webpack_exports_undefined](https://t.me/webpack_exports_undefined)
- [Github](https://github.com/) 为 Hydro 提供了代码托管与自动构建。
- [criyle](https://github.com/criyle) 提供评测沙箱实现。
- [Vijos](https://github.com/vijos/vj4) 为 Hydro 提供了UI框架。
- [undefined](https://masnn.io:38443/) 项目主要开发人员。
- [undefined](https://undefined.moe/) 项目主要开发人员。
## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhydro-dev%2FHydro.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhydro-dev%2FHydro?ref=badge_large)

@ -4,7 +4,7 @@ import fs from 'fs-extra';
import { argv } from 'yargs';
import * as STATUS from '../status';
import { CompileError, SystemError } from '../error';
import { copyInDir, parseFilename } from '../utils';
import { parseFilename } from '../utils';
import { run } from '../sandbox';
import compile from '../compile';
import signals from '../signals';

Loading…
Cancel
Save