add widget

Add CPU RAM Status
Add Disk Info
This commit is contained in:
link
2021-10-15 11:43:41 +08:00
parent 5f5091f1e2
commit fb15695dab
45 changed files with 6749 additions and 119 deletions

10
types/search.go Normal file
View File

@@ -0,0 +1,10 @@
package types
const (
APPLICATION = iota
MEDIA
PICTURE
MUSIC
SEARCH
UNKNOWN
)

View File

@@ -1,4 +1,10 @@
package types
const CURRENTVERSION = "0.1.4"
const BODY = "<li> Modify the publishing process</li> <li>Optimized app parameter display</li>"
const CURRENTVERSION = "0.1.5"
const BODY = `
<li>Add CPU RAM Status with widget</li>
<li>Add Disk Info with widget</li>
<li>Enhance the Docker cli import experience and automatically fill in the folders that need to be mounted</li>
<li>Realize automatic loading of widgets</li>
<li>Fix display bugs when windows size less than 1024px</li>
`