mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-06-16 05:55:33 +00:00
* initial completion of the sharing function * Adjusting multi-partition disk mounts * Add file sharing function * update usb auto mount shell * update samba config * add umount disk function * update change log * update usb auto mount \ * update usb auto mount * Update periodical.go * Update periodical.go * resolve alpha.1 issues * Update UI
7 lines
152 B
Go
7 lines
152 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed index.html favicon.svg browserconfig.xml site.webmanifest robots.txt img js fonts css
|
|
var Static embed.FS
|