From d4e84e680c877591c771bad3a92370033a0d6c5e Mon Sep 17 00:00:00 2001 From: realonDrag Date: Tue, 26 Mar 2024 00:46:43 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E4=B8=8E=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- res/data/forums.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/res/data/forums.js b/res/data/forums.js index e5f36f0..b4137ae 100644 --- a/res/data/forums.js +++ b/res/data/forums.js @@ -494,6 +494,10 @@ const db_forums = [ { title: "一个可以替代MCBBS的网站!", url: "https://www.bilibili.com/video/BV13r42187th/" + }, + { + title: "HiMCBBS大更新 快来加入我们~", + url: "https://www.bilibili.com/video/BV1VA4m1P7Dy/" } ] }, @@ -678,9 +682,9 @@ const db_forums = [ { title: "青草原MC社区", url: "https://qcymc.top", - state: "up", + state: "failure", createdAt: "2024/02/27", - updatedAt: "2024/03/24", + updatedAt: "2024/03/26", hasICP: "no", hasNetSec: "no", note: "非大陆服务器。", From 5f0083bbb0ebd6f1093d813f6779cc92c089d3cd Mon Sep 17 00:00:00 2001 From: realonDrag Date: Tue, 26 Mar 2024 00:57:26 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 好像之前被我忘了.... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46f871f..4658007 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ 对于 `db_forums_ex`(表演赛选手),对象有以下属性: -| 属性键名称 | 属性值类型 | 相关描述 | +| 属性键名称 | 属性值类型 | 属性值描述 | | - | - | - | | `title` | String | 网站名称。 | | `url` | String | 网站 URL 地址。 |