1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-12 23:50:14 +02:00
* fix bug

* updata UI
This commit is contained in:
link
2022-05-17 16:31:23 +08:00
committed by GitHub
parent 6bd41ad016
commit 57cef9624c
26 changed files with 1353 additions and 1259 deletions

View File

@ -1,6 +1,17 @@
package web
import "embed"
//go:embed index.html favicon.svg browserconfig.xml site.webmanifest robots.txt img js fonts
var Static embed.FS
/*
* @Author: Jerryk jerry@icewhale.org
* @Date: 2022-02-18 10:20:10
* @LastEditors: Jerryk jerry@icewhale.org
* @LastEditTime: 2022-05-16 14:56:14
* @FilePath: \CasaOS-UI\public\static.go
* @Description:
*
* Copyright (c) 2022 by IceWhale, All Rights Reserved.
*/
package web
import "embed"
//go:embed index.html favicon.svg browserconfig.xml site.webmanifest robots.txt img js fonts *.worker.js
var Static embed.FS