Giter VIP home page Giter VIP logo

bbspk's Introduction

新兴我的世界论坛晋级赛

Page Views Count

点击“Star”按钮来支持我们的编写。

前情提要:我的世界中文论坛 MCBBS 仍在关站中,近期出现许多新兴我的世界论坛,在此列出目前可见的我的世界中文论坛,旁观晋级赛现状。

本项目展示的网站内容均收集自互联网,不代表参与本项目的任何个人或组织的观点。

欢迎各位对此项目做出贡献!教程可在此页面底部查看,Fork 后进行增添 (虽然会自动排序,但为了方便维护请自觉按照建站时间排序) ,感谢每一位贡献者的 pr!如果有网站宣传资料等参考资料,请务必添加参考资料,谢谢!

注意:请确保您Fork的仓库为最新,可通过自己仓库页面的【Sync fork】来更新再提交pr!旧版仓库的合并会带来很多麻烦,感谢您的支持!

贡献教程

您需要拥有一个GitHub账号!

  1. 点击这里 Fork 此仓库
  2. 在 Fork 的仓库内进行修改。
  3. 点击顶部的【Pull requests】,右上角【New pull request】。
  4. 填写标题和说明,比如您做了什么修改。
  5. 等待此项目所有者 @LYOfficial 和项目管理员 @sheep-realms 通过审核。

如何更改数据?

在仓库中找到 res/data/forums.js 脚本文件,可以在里面找到 db_forums(晋级赛选手) 和 db_forums_ex(表演赛选手) 数组数据。

增加新数据时,不要忘了每条数据之间的英文逗号分隔符!

对于 db_forums(晋级赛选手),有以下属性:

属性名称 属性类型 描述
title String 网站名称。
url String 网站 URL 地址。
state String 网站状态:
up - 正常运行
down - 停摆
failure - 存在故障或访问困难
unknow - 未知
createdAt String 网站创建时间,格式为 YYYY/MM/DD
请勿填写 “未知” 等其他格式的数据,未知请填写更新时间并在备注中注明。
updatedAt String 最后更新时间,格式同上。
hasICP String 是否 ICP 备案:
yes - 已备案
no - 未备案
in_progress - 备案中
hasNetSec String 是否网安备案,同上。
note String 备注。
reference Array 参考资料,见下文。

reference 是一个数组,其数组元素有以下属性:

属性名称 属性类型 描述
title String 参考资料标题。
url String 参考资料 URL 地址。

示例如下:

{
    title: "MCBBS",
    url: "https://www.mcbbs.net/",
    state: "unknow",
    createdAt: "2010/10/30",
    updatedAt: "2024/03/06",
    hasICP: "yes",
    hasNetSec: "yes",
    note: "直属B站的我的世界中文论坛",
    reference: [
        {
            title: "这是第一条参考资料",
            url: "https://www.mcbbs.net/"
        }, {
            title: "这是第二条参考资料",
            url: "https://www.mcbbs.net/"
        }
    ]
}

对于 db_forums_ex(表演赛选手),有以下属性:

属性名称 属性类型 描述
title String 网站名称。
url String 网站 URL 地址。
archiveUrl String 可选。网站的网页存档 URL 地址。
updatedAt String 最后更新时间,格式为 YYYY/MM/DD
note String 备注。
reference Array 参考资料,见上文。

示例如下:

{
    title: "回来吧 MCBBS",
    url: "http://mcbbs.win/",
    archiveUrl: "https://web.archive.org/web/20240302042136/http://mcbbs.win/",
    updatedAt: "2024/03/06",
    note: "真诚祷告",
    reference: []
}

统计信息

贡献者

Contrib

Stargazers over time

Stargazers over time

bbspk's People

Contributors

lyofficial avatar sheep-realms avatar m397749490 avatar n0099 avatar hitech0926 avatar teasummer avatar xjh2009 avatar zohi666 avatar klxf avatar yumo135 avatar lihl2011 avatar azdyqwo avatar superyyt avatar snowcutieowo avatar fuyou2524 avatar sdfwss avatar srcres258 avatar rechalow avatar handy-git avatar yukino12333 avatar uecook avatar teddyxlandlee avatar tt702 avatar whirity404 avatar oboroten233 avatar mythhm avatar aztice avatar jankieqwq avatar cheloverc60 avatar andyyu168 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.