feat: Add facilities page with data, styles, and functionality for resource sharing

This commit is contained in:
zhangyuheng
2026-03-05 11:43:35 +08:00
parent f7a875fe21
commit 8bdcdcd739
5 changed files with 957 additions and 0 deletions

106
data/facilities.json Normal file
View File

@@ -0,0 +1,106 @@
[
{
"id": "sand-duper",
"title": "公共刷沙机",
"intro": "位于末地的高效刷沙机,支持沙子、红沙、混凝土粉等重力方块的复制。",
"type": "resource",
"dimension": "end",
"status": "online",
"coordinates": {
"x": 1200,
"y": 64,
"z": -500
},
"contributors": ["Alice", "Bob"],
"instructions": [
{"type": "text", "content": "1. 携带需要复制的重力方块(沙子、红沙、混凝土粉等)。"},
{"type": "text", "content": "2. 前往末地主岛刷沙机位置。"},
{"type": "text", "content": "3. 按照指示牌站在指定AFK点位。"},
{"type": "text", "content": "4. 打开拉杆启动机器,确保不要移动。"},
{"type": "text", "content": "5. 收集掉落到末地传送门的物品。"}
],
"notes": [
{"type": "text", "content": "请勿在服务器卡顿严重时使用。"},
{"type": "text", "content": "使用完毕后请务必关闭机器。"}
]
},
{
"id": "gold-farm",
"title": "基岩层猪人塔",
"intro": "位于下界基岩上层的高效金粒与经验获取设施。",
"type": "xp",
"dimension": "nether",
"status": "maintenance",
"coordinates": {
"x": 0,
"y": 250,
"z": 0
},
"contributors": ["Charlie", "David"],
"instructions": [
{"type": "text", "content": "1. 通过地狱交通前往0,0坐标并上到基岩层。"},
{"type": "text", "content": "2. 站在中心挂机点。"},
{"type": "text", "content": "3. 挥剑攻击猪人以获取经验。"}
],
"notes": [
{"type": "text", "content": "目前收集系统正在改造中,只能获取经验,物品会丢失。"}
]
},
{
"id": "iron-farm",
"title": "堆叠式刷铁机",
"intro": "主世界出生点附近的高效铁锭生产设施。",
"type": "resource",
"dimension": "overworld",
"status": "online",
"coordinates": {
"x": 100,
"y": 150,
"z": 100
},
"contributors": ["Eve"],
"instructions": [
{"type": "text", "content": "直接从箱子中拿取铁锭即可。"}
],
"notes": []
},
{
"id": "nether-hub",
"title": "地狱交通中心",
"intro": "连接各个主要生物群系和资源点的冰道枢纽。",
"type": "infrastructure",
"dimension": "nether",
"status": "online",
"coordinates": {
"x": 0,
"y": 120,
"z": 0
},
"contributors": ["Frank", "Grace", "Heidi"],
"instructions": [
{"type": "text", "content": "请携带船只以便快速移动。"},
{"type": "text", "content": "请勿破坏冰道。"}
],
"notes": [
{"type": "text", "content": "前往主岛的线路暂时封闭。"}
]
},
{
"id": "broken-farm",
"title": "旧版刷怪塔",
"intro": "已废弃的旧版本刷怪设施,不再维护。",
"type": "xp",
"dimension": "overworld",
"status": "offline",
"coordinates": {
"x": -500,
"y": 64,
"z": -500
},
"contributors": ["OldPlayer"],
"instructions": [],
"notes": [
{"type": "text", "content": "该设施已损坏,请前往新的刷怪塔。"}
]
}
]