add system update api

This commit is contained in:
virusdefender 2017-12-24 15:36:15 +08:00
parent a5fea0c653
commit 80e08817bb
2 changed files with 19 additions and 0 deletions

3
docs/README.md Normal file
View File

@ -0,0 +1,3 @@
# DOCUMENT
[Here](http://docs.onlinejudge.me/)

16
docs/data.json Normal file
View File

@ -0,0 +1,16 @@
{
"update": [
{
"version": "2017-12-25",
"level": 1,
"title": "Update at 2017-12-25",
"details": [
"Fix some issues under IE/Edge",
"Add backend error reporter",
"New email template",
"A more flexible throttling function",
"Other bugs and enhancements"
]
}
]
}