1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-15 23:54:17 +02:00

update create file and dir api

This commit is contained in:
link
2021-10-18 18:24:18 +08:00
parent fb15695dab
commit 8a28d3c589
6 changed files with 19 additions and 14 deletions

View File

@ -1,10 +1,4 @@
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>
`
const CURRENTVERSION = "0.1.6"
const BODY = "<li>Add a file selector for app install.</li> <li>Fixed an issue with the app were it would disappear when the app was modified.</li>"