From 6048d4e9dcf707c8cc732b43911ca4fdb1e3d9cb Mon Sep 17 00:00:00 2001 From: zhangyuheng Date: Tue, 17 Mar 2026 00:08:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20add=20town=20"=E5=85=94=E5=AD=90?= =?UTF-8?q?=E6=B4=9E"=20with=20details=20including=20logo,=20coordinates,?= =?UTF-8?q?=20and=20founders?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/towns.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/data/towns.json b/data/towns.json index 41b42e6..1b716ca 100644 --- a/data/towns.json +++ b/data/towns.json @@ -1,3 +1,24 @@ [ - -] + { + "title": "兔子洞", + "logo": "https://img.lunadeer.cn/i/2026/03/16/69b8279ce344f.png", + "gradient": { + "from": "#95ea66", + "to": "#4aa18b" + }, + "coordinates": { + "x": 0, + "y": 64, + "z": 0 + }, + "scale": "small", + "townType": "building", + "recruitment": "closed", + "founders": [ + "Thumper0327", + "Flower0632" + ], + "members": [], + "introduction": [] + } +] \ No newline at end of file