Skip to content

Commit

Permalink
Merge pull request #287 from LYOfficial/dev
Browse files Browse the repository at this point in the history
合并 Dev 分支
  • Loading branch information
sheep-realms authored May 25, 2024
2 parents 5f4f155 + 9f003e5 commit 4fe3e8a
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions res/data/forums.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,22 +472,22 @@ const db_forums = [
{
title: "SimpBBS",
url: "https://www.simpbbs.com",
state: "down",
state: "up",
createdAt: "2023/10/28",
updatedAt: "2024/05/07",
updatedAt: "2024/05/24",
hasICP: "no",
hasNetSec: "no",
note: "非大陆服务器。502无法访问。",
note: "非大陆服务器,访问极其缓慢。",
reference: []
},
{
title: "HiMCBBS",
url: "https://www.himcbbs.com",
state: "failure",
state: "up",
createdAt: "2024/01/28",
updatedAt: "2024/05/19",
hasICP: "in_progress",
hasNetSec: "no",
updatedAt: "2024/05/24",
hasICP: "yes",
hasNetSec: "in_progress",
note: "主营Java版,含基岩版。",
reference: [
{
Expand Down Expand Up @@ -774,7 +774,7 @@ const db_forums = [
url: "https://weianxq.com",
state: "down",
createdAt: "2024/03/03",
updatedAt: "2024/05/17",
updatedAt: "2024/05/24",
hasICP: "yes",
hasNetSec: "yes",
note: "",
Expand Down Expand Up @@ -893,7 +893,7 @@ const db_forums = [
]
},
{
title: "贝塔MC(BetaMC)",
title: "BetaMC",
url: "https://www.betamc.cn",
state: "up",
createdAt: "2024/03/22",
Expand Down Expand Up @@ -1144,5 +1144,13 @@ const db_forums_ex = [
updatedAt: "2024/04/28",
note: "你说得对,但是 MCBBS 浴火重生计划是你需要找回失散的 “MCBBS” 帮 MCBBS 打赢复活赛的计划。(Vue.js + canvas 实现的页面小游戏)",
reference: []
},
{
title: "MCBBSv50纪念站",
url: "https://v50.mcbbs.rip/",
archiveUrl: "",
updatedAt: "2024/05/24",
note: "v我50,复活牢坛",
reference: []
}
];

0 comments on commit 4fe3e8a

Please sign in to comment.