mirror of
https://git.vectorsigma.ru/public/CasaOS.git
synced 2026-07-29 00:47:37 +00:00
add widget
Add CPU RAM Status Add Disk Info
This commit is contained in:
10
types/search.go
Normal file
10
types/search.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package types
|
||||
|
||||
const (
|
||||
APPLICATION = iota
|
||||
MEDIA
|
||||
PICTURE
|
||||
MUSIC
|
||||
SEARCH
|
||||
UNKNOWN
|
||||
)
|
||||
@@ -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>
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user