mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-03-22 11:01:55 +00:00
feat: new setting api model
This commit is contained in:
@@ -30,7 +30,7 @@ function Header() {
|
||||
|
||||
const onlineCount = connected ? (lastMessage ? JSON.parse(lastMessage.data).online || 0 : 0) : "..."
|
||||
|
||||
const siteName = settingData?.data?.site_name
|
||||
const siteName = settingData?.data?.config?.site_name
|
||||
|
||||
// @ts-expect-error CustomLogo is a global variable
|
||||
const customLogo = window.CustomLogo || "/apple-touch-icon.png"
|
||||
|
||||
Reference in New Issue
Block a user