From 9db782ae4bf7369f3143debbf4e1edee722bfd1e Mon Sep 17 00:00:00 2001 From: zhangyuheng Date: Wed, 18 Mar 2026 10:10:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20add=20new=20town=20"=E6=B5=B7=E6=B2=AB"?= =?UTF-8?q?=20with=20logo,=20gradient,=20and=20introduction=20details?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/data/towns.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/data/towns.json b/public/data/towns.json index 1d4438b..d2713c9 100644 --- a/public/data/towns.json +++ b/public/data/towns.json @@ -17,5 +17,29 @@ ], "members": [], "introduction": [] + }, + { + "title": "海沫", + "logo": "https://s41.ax1x.com/2026/03/18/peeMXvj.jpg", + "gradient": { + "from": "#667eea", + "to": "#764ba2" + }, + "dimension": "overworld", + "coordinatesSecret": true, + "scale": "small", + "townType": "industry", + "recruitment": "maybe", + "founders": [ + "jiajia_zZ", + "Aquaium" + ], + "members": [], + "introduction": [ + { + "type": "text", + "content": "有意加入请联系Aquaium" + } + ] } ] \ No newline at end of file