diff --git a/app/(main)/footer.tsx b/app/(main)/footer.tsx index 39a4634..1fd12e0 100644 --- a/app/(main)/footer.tsx +++ b/app/(main)/footer.tsx @@ -16,13 +16,11 @@ export default function Footer() { > {t("a_303-585_GitHub")} - - v{version} - + {version} +

{t("section_607-869_2020")} diff --git a/bun.lockb b/bun.lockb index 66ee15f..c2e3584 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 0a1eeba..40172b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nezha-dash", - "version": "1.7.5-fix", + "version": "v0-Cloudflare-Final", "private": true, "scripts": { "dev": "next dev --turbopack -p 3040", @@ -51,7 +51,7 @@ "react-wrap-balancer": "^1.1.1", "recharts": "^2.14.1", "sharp": "^0.33.5", - "swr": "^2.2.6-beta.4", + "swr": "^2.2.6-beta.5", "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7", "typescript-eslint": "^8.17.0"