feat: add server-status theme (#295)

*  feat: add server-status theme

* add `ServerStatus` theme to README

---------

Co-authored-by: naiba <hi@nai.ba>
This commit is contained in:
unclezs
2023-11-06 23:46:28 -06:00
committed by GitHub
parent 150612a1d9
commit 470fa69ad9
27 changed files with 1660 additions and 13 deletions

View File

@@ -388,6 +388,12 @@ other = "Disk"
[MemUsed]
other = "RAM"
[CpuUsed]
other = "CPU"
[Virtualization]
other = "Virtualization"
[SwapUsed]
other = "Swap"
@@ -475,6 +481,9 @@ other = "Light Mode"
[DarkMode]
other = "Dark Mode"
[SystemMode]
other = "System Mode"
[GridLayout]
other = "Grid Layout"
@@ -597,3 +606,18 @@ other = "Info"
[HideForGuest]
other = "No display to visitors"
[Feature]
other = "Menu"
[SitePV]
other = "Total page views"
[SitePVUnit]
other = "Page views"
[SiteUV]
other = "Total visitors"
[SiteUVUnit]
other = "Visitors"