Compare commits

...

15 Commits

Author SHA1 Message Date
hamster1963
5c03620039 fix: bun.lockb 2024-11-27 15:36:24 +08:00
hamster1963
a1f25ec141 Merge branch 'main' into cloudflare 2024-11-27 15:36:04 +08:00
hamster1963
3d5dd6d077 update: v1.5.2-fix 2024-11-27 15:35:23 +08:00
hamster1963
480c4a42d0 chore: deps 2024-11-27 15:34:39 +08:00
hamster1963
fc5761b50c fix(build): bun.lockb 2024-11-27 15:33:33 +08:00
hamster1963
4d0d371ab3 fix(build): vercel version 2024-11-27 15:33:15 +08:00
hamster1963
a4f96e83de fix(build): bun.lockb 2024-11-27 15:27:12 +08:00
hamster1963
bace84dc90 fix(build): vercel version 2024-11-27 15:26:26 +08:00
仓鼠
80fd6aff9f
docs: update README.md 2024-11-27 15:11:56 +08:00
仓鼠
cabf63a99f
docs: update README.md 2024-11-27 15:11:35 +08:00
仓鼠
f1eecd04c6
docs: update README.md 2024-11-27 10:18:37 +08:00
hamster1963
09b1a4b052 update: v1.5.2 2024-11-26 18:02:19 +08:00
hamster1963
f7dd9c8965 fix(global): use iso_a2_eh 2024-11-26 18:02:05 +08:00
hamster1963
b3d2e09fa1 update: v1.5.1-fix 2024-11-26 17:51:12 +08:00
hamster1963
2cd1a91ab8 fix(global): use iso_a3_eh 2024-11-26 17:50:49 +08:00
3 changed files with 17 additions and 13 deletions

View File

@ -1,6 +1,5 @@
<h1 align="center">NezhaDash</h1> <div align="center"><img width="600" alt="nezhadash" src="https://github.com/user-attachments/assets/0a5768e1-96f2-4f8a-b77f-01488ed3b237"></div>
<h3 align="center">NezhaDash 是一个基于 Next.js 和 哪吒监控 的仪表盘</h3>
<strong>NezhaDash 是一个基于 Next.js 和 哪吒监控 的仪表盘</strong>
<br> <br>
</div> </div>
@ -9,6 +8,9 @@
支持部署环境: 支持部署环境:
> [!CAUTION]
> Cloudflare 部署方式暂不可用,等待 Cloudflare 官方修复。
- Vercel - Vercel
- Cloudflare - Cloudflare
- Docker - Docker

BIN
bun.lockb

Binary file not shown.

View File

@ -1,6 +1,6 @@
{ {
"name": "nezha-dash", "name": "nezha-dash",
"version": "1.5.2", "version": "1.5.2-fix",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev -p 3040", "dev": "next dev -p 3040",
@ -25,9 +25,9 @@
"@turf/turf": "^7.1.0", "@turf/turf": "^7.1.0",
"@types/d3-geo": "^3.1.0", "@types/d3-geo": "^3.1.0",
"@types/luxon": "^3.4.2", "@types/luxon": "^3.4.2",
"@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/eslint-plugin": "^8.16.0",
"caniuse-lite": "^1.0.30001684", "caniuse-lite": "^1.0.30001684",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"country-flag-icons": "^1.5.13", "country-flag-icons": "^1.5.13",
"d3-geo": "^3.1.1", "d3-geo": "^3.1.1",
@ -39,7 +39,7 @@
"luxon": "^3.5.0", "luxon": "^3.5.0",
"next": "^15.0.3", "next": "^15.0.3",
"next-auth": "^5.0.0-beta.25", "next-auth": "^5.0.0-beta.25",
"next-intl": "^3.25.1", "next-intl": "^3.25.3",
"next-runtime-env": "^3.2.2", "next-runtime-env": "^3.2.2",
"next-themes": "^0.4.3", "next-themes": "^0.4.3",
"react": "19.0.0-rc-02c0e824-20241028", "react": "19.0.0-rc-02c0e824-20241028",
@ -52,28 +52,30 @@
"swr": "^2.2.6-beta.4", "swr": "^2.2.6-beta.4",
"tailwind-merge": "^2.5.5", "tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript-eslint": "^8.15.0" "typescript-eslint": "^8.16.0"
}, },
"devDependencies": { "devDependencies": {
"@next/bundle-analyzer": "^15.0.3", "@next/bundle-analyzer": "^15.0.3",
"@tailwindcss/postcss": "^4.0.0-beta.2", "@tailwindcss/postcss": "^4.0.0-beta.2",
"@types/node": "^22.9.3", "@types/node": "^22.10.0",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"eslint": "^9.15.0", "eslint": "^9.15.0",
"eslint-config-next": "^15.0.3", "eslint-config-next": "^15.0.3",
"eslint-plugin-turbo": "^2.3.1", "eslint-plugin-turbo": "^2.3.3",
"eslint-plugin-unused-imports": "^4.1.4", "eslint-plugin-unused-imports": "^4.1.4",
"postcss": "^8.4.49", "postcss": "^8.4.49",
"prettier": "^3.3.3", "prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9", "prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^4.0.0-beta.2", "tailwindcss": "^4.0.0-beta.2",
"typescript": "^5.7.2" "typescript": "^5.7.2",
"vercel": "39.1.1"
}, },
"overrides": { "overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"react-is": "^19.0.0-rc-69d4b800-20241021" "react-is": "^19.0.0-rc-69d4b800-20241021",
"vercel": "$vercel"
}, },
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
} }