mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
Compare commits
7 Commits
22c1851603
...
dcc1b271a5
Author | SHA1 | Date | |
---|---|---|---|
|
dcc1b271a5 | ||
|
d06e1017d6 | ||
|
d80a01caf8 | ||
|
7eee205f51 | ||
|
1eddf4fccc | ||
|
1b125ce0f8 | ||
|
6c7967fc9c |
@ -14,5 +14,4 @@ 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="opacity-1 text-sm font-medium">{timeString}</p>
|
||||
<p className="text-sm font-medium">{timeString}</p>
|
||||
) : (
|
||||
<Skeleton className="h-[20px] w-[50px] rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton>
|
||||
)}
|
||||
|
@ -23,7 +23,6 @@ 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.6",
|
||||
"version": "1.4.7",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev -p 3040",
|
||||
|
Loading…
Reference in New Issue
Block a user