From 9e3945efff4e7102595925bb311a1a825fbb2ccb Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Wed, 20 Nov 2024 17:41:59 +0800 Subject: [PATCH 1/2] fix(global): point radius --- app/(main)/ClientComponents/Global.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(main)/ClientComponents/Global.tsx b/app/(main)/ClientComponents/Global.tsx index 28278fe..b01ad9c 100644 --- a/app/(main)/ClientComponents/Global.tsx +++ b/app/(main)/ClientComponents/Global.tsx @@ -57,7 +57,7 @@ export async function Global({ countries = [] }: GlobalProps) { map.addPin({ lat, lng, - svgOptions: { color: "#FF4500", radius: 0.5 }, + svgOptions: { color: "#FF4500", radius: 0.3 }, }); }); } From ffe36efccce875fe59b170b6aa763930baf2b009 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Wed, 20 Nov 2024 17:42:17 +0800 Subject: [PATCH 2/2] update: v1.4.2-fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65632f5..f23916b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nezha-dash", - "version": "1.4.2", + "version": "1.4.2-fix", "private": true, "scripts": { "dev": "next dev -p 3040",