From 537624351aa23cddc3e5c6f3e7bee16ebc7ca37b Mon Sep 17 00:00:00 2001 From: Mikucat Date: Sun, 4 Feb 2024 18:58:09 +0800 Subject: [PATCH] docs: update dashboard release note --- docs/README.md | 3 --- docs/data.json | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) delete mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 5953a03aa..000000000 --- a/docs/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# DOCUMENT - -[Here](http://docs.onlinejudge.me/) \ No newline at end of file diff --git a/docs/data.json b/docs/data.json index cdded413e..604af84e7 100644 --- a/docs/data.json +++ b/docs/data.json @@ -1,5 +1,21 @@ { "update": [ + { + "version": "2024-02-04", + "level": "Important", + "title": "OnlineJudge 1.16.0 更新", + "details": [ + "更新基底映像档,从 `python:3.8-alpine3.14` 改为 `python:3.12-alpine`。", + "更新评测的程序语言版本:", + "C/C++: GCC 13", + "Java: Temurin 21", + "Python 2: 移除", + "Python 3: CPython 3.12", + "Golang: Golang 1.22", + "Node.js: Node.js 20", + "PHP: 暫時移除" + ] + }, { "version": "2021-11-20", "level": "Important",