mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
Compare commits
No commits in common. "dcc1b271a50139375f602cce66dfedd5346cac65" and "22c1851603033a1880ae3ec46a6630eb2776c77e" have entirely different histories.
dcc1b271a5
...
22c1851603
@ -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
|
||||
|
@ -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>
|
||||
)}
|
||||
|
@ -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,
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nezha-dash",
|
||||
"version": "1.4.7",
|
||||
"version": "1.4.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev -p 3040",
|
||||
|
Loading…
Reference in New Issue
Block a user