算法评测平台前端。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Menci db1e9ef9c3 Remove deprecated migration scripts 5 years ago
bin Add code format 6 years ago
libs Optimize problem statistics 5 years ago
migrates Remove deprecated migration scripts 5 years ago
models Optimize judge_state table query with enum type and indexes 5 years ago
modules Optimize judge_state table query with enum type and indexes 5 years ago
static Disable monaco-editor's context menu 5 years ago
uploads Add non-traditional problem support; add problem additional_file 7 years ago
views Add missing file page_largedata.ejs 5 years ago
.babelrc Initial commit 8 years ago
.editorconfig Add .editorconfig 7 years ago
.gitignore Move to TypeORM 5 years ago
LICENSE Initial commit 8 years ago
README.en.md Update README 5 years ago
README.md Update README 5 years ago
app.js Show SQL query log on non-production 5 years ago
config-example.json Add option for database cache size 5 years ago
language-config.json Finish monaco editor 5 years ago
package.json Fix shallow copy of cached object 5 years ago
tsconfig.json Move to TypeORM 5 years ago
utility.js Optimize submissions pagination query 5 years ago
yarn.lock Fix shallow copy of cached object 5 years ago

README.md

中文 | English

一个用于算法竞赛的在线评测系统。

此项目为重写过的、原 Python/Flask 版 SYZOJ 的官方后继版本,由原作者 @Chenyao2333 授权。

目前由 LibreOJ 维护。

部署

见本项目 Wiki 中的 部署指南

加入 QQ 群 565280992 或 Telegram 群 @lojdev 以取得帮助。

升级须知

见本项目 Wiki 中的 更新指南