mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-08-16 10:30:46 +00:00
11 lines
358 B
Go
11 lines
358 B
Go
package types
|
|
|
|
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>
|
|
`
|