From ca821e1d629c91482b8ec2b65c126023a04782be Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sun, 19 Mar 2023 20:17:53 +0800 Subject: [PATCH] feat: init --- FAQ.md | 3 +++ INSTALLATION.md | 3 +++ README.md | 28 ++++++++++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 FAQ.md create mode 100644 INSTALLATION.md create mode 100644 README.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..9e55c6a --- /dev/null +++ b/FAQ.md @@ -0,0 +1,3 @@ +# 常见问题 + +_TODO_ diff --git a/INSTALLATION.md b/INSTALLATION.md new file mode 100644 index 0000000..8914ec4 --- /dev/null +++ b/INSTALLATION.md @@ -0,0 +1,3 @@ +# 安装 + +_TODO_ diff --git a/README.md b/README.md new file mode 100644 index 0000000..33237e5 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# 适用于 UniversalOJ 的洛谷 Remote Judge 模块 + +> 为 UniversalOJ 编写的洛谷 Remote Judge 模块,修改自 [S2OJ](https://github.com/renbaoshuo/S2OJ)。 + +本模块依托于 [洛谷开放平台](https://docs.lgapi.cn) 的强大能力,为由 [UniversalOJ 社区版](https://github.com/UniversalOJ/UOJ-System) 驱动的在线评测系统提供 Remote Judge 支持。 + +如果您现有的评测系统是基于 [UniversalOJ 官网版](https://github.com/vfleaking/uoj) 搭建的,也可参考本仓库进行集成。 + +## 特性 + +- 支持爬取来自洛谷的题面; +- 支持将题目远程提交至洛谷进行评测,抓取并显示评测结果及其详细信息; +- 支持从本地文件批量导入洛谷题库。 + +## 集成教程 + +请查看 [INSTALLATION.md](./INSTALLATION.md)。 + +## 常见问题 + +请查看 [FAQ.md](./FAQ.md)。 + +## Author + +**UOJ-Luogu-RemoteJudge** © [Baoshuo](https://github.com/renbaoshuo), Released under the [_(to be filled)_](./LICENSE) License.
+Authored and maintained by Baoshuo with help from [contributors](https://github.com/renbaoshuo/UOJ-Luogu-RemoteJudge/contributors). + +> [Personal Website](https://baoshuo.ren) · [Blog](https://blog.baoshuo.ren) · GitHub [@renbaoshuo](https://github.com/renbaoshuo) · Twitter [@renbaoshuo](https://twitter.com/renbaoshuo)