mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
Merge branch 'main' into cloudflare
This commit is contained in:
commit
a4459255b1
@ -57,7 +57,7 @@ export async function Global({ countries = [] }: GlobalProps) {
|
|||||||
map.addPin({
|
map.addPin({
|
||||||
lat,
|
lat,
|
||||||
lng,
|
lng,
|
||||||
svgOptions: { color: "#FF4500", radius: 0.5 },
|
svgOptions: { color: "#FF4500", radius: 0.3 },
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nezha-dash",
|
"name": "nezha-dash",
|
||||||
"version": "1.4.2",
|
"version": "1.4.2-fix",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev -p 3040",
|
"dev": "next dev -p 3040",
|
||||||
|
Loading…
Reference in New Issue
Block a user