From 80e08817bbc6cbf2a717f282ecc6ef62968d38db Mon Sep 17 00:00:00 2001 From: virusdefender Date: Sun, 24 Dec 2017 15:36:15 +0800 Subject: [PATCH] add system update api --- docs/README.md | 3 +++ docs/data.json | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 docs/README.md create mode 100644 docs/data.json diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..5953a03a --- /dev/null +++ b/docs/README.md @@ -0,0 +1,3 @@ +# DOCUMENT + +[Here](http://docs.onlinejudge.me/) \ No newline at end of file diff --git a/docs/data.json b/docs/data.json new file mode 100644 index 00000000..53d164a9 --- /dev/null +++ b/docs/data.json @@ -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" + ] + } + ] +} \ No newline at end of file