Compare commits

..

No commits in common. "dcc1b271a50139375f602cce66dfedd5346cac65" and "22c1851603033a1880ae3ec46a6630eb2776c77e" have entirely different histories.

5 changed files with 4 additions and 2 deletions

View File

@ -14,4 +14,5 @@ NEXT_PUBLIC_CustomTitle=NezhaDash
NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha.
NEXT_PUBLIC_Links="[{"link":"https://github.com/hamster1963/nezha-dash","name":"GitHub"},{"link":"https://buycoffee.top/coffee","name":"Buycoffee☕"}]"
NEXT_PUBLIC_DisableIndex=false
NEXT_PUBLIC_BASE_PATH=/
NEXT_PUBLIC_ShowTagCount=false

View File

@ -128,7 +128,7 @@ function Overview() {
{t("p_2390-2457_wherethetimeis")}
</p>
{mouted ? (
<p className="text-sm font-medium">{timeString}</p>
<p className="opacity-1 text-sm font-medium">{timeString}</p>
) : (
<Skeleton className="h-[20px] w-[50px] rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton>
)}

BIN
bun.lockb

Binary file not shown.

View File

@ -23,6 +23,7 @@ const withPWA = withPWAInit({
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
basePath: env("NEXT_PUBLIC_BASE_PATH") || "",
logging: {
fetches: {
fullUrl: true,

View File

@ -1,6 +1,6 @@
{
"name": "nezha-dash",
"version": "1.4.7",
"version": "1.4.6",
"private": true,
"scripts": {
"dev": "next dev -p 3040",