From 5181ccbbad30488d391c5789388c34b0e550156b Mon Sep 17 00:00:00 2001 From: Coldsmiles Date: Fri, 20 Mar 2026 22:42:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=A4=A7=E5=8F=94?= =?UTF-8?q?=E7=89=8C=E6=B2=BC=E6=B3=BD=E5=88=B7=E6=80=AA=E5=A1=94=E5=92=8C?= =?UTF-8?q?=E6=98=9F=E6=A0=B8=E7=8C=8E=E6=89=8B=E5=9F=8E=E9=95=87=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/data/facilities.json | 28 +++++++++++++++++++++++++++- public/data/towns.json | 26 +++++++++++++++++++++++++- 2 files changed, 52 insertions(+), 2 deletions(-) diff --git a/public/data/facilities.json b/public/data/facilities.json index c44dc44..8b69124 100644 --- a/public/data/facilities.json +++ b/public/data/facilities.json @@ -1,3 +1,29 @@ [ - +{ + "title": "大叔牌沼泽刷怪塔(含女巫)", + "intro": "产量不知道多少,已为红石、粘液球、火药、骨头、木棍进行分类", + "type": "resource", + "dimension": "overworld", + "status": "online", + "coordinates": { + "x": 348, + "y": 63, + "z": -1955 + }, + "contributors": [ + "Coldsmiles_7" + ], + "instructions": [ + { + "type": "text", + "content": "在挂机平台处召唤假人挂机即可" + } + ], + "notes": [ + { + "type": "text", + "content": "关闭伪和平" + } + ] +} ] \ No newline at end of file diff --git a/public/data/towns.json b/public/data/towns.json index c44dc44..562b720 100644 --- a/public/data/towns.json +++ b/public/data/towns.json @@ -1,3 +1,27 @@ [ - +{ + "title": "星核猎手", + "logo": "", + "gradient": { + "from": "#66eae8", + "to": "#0fc26f" + }, + "dimension": "overworld", + "coordinatesSecret": true, + "scale": "small", + "townType": "building", + "recruitment": "maybe", + "founders": [ + "Coldsmiles_7" + ], + "members": [ + "Coldsmiles_7" + ], + "introduction": [ + { + "type": "text", + "content": "服务器管理团队" + } + ] +} ] \ No newline at end of file