This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
alist
mirror of
https://github.com/Xhofe/alist
Watch
1
Star
0
Fork
You've already forked alist
0
Code
Issues
Releases
Wiki
Activity
6812ec9a6d
alist
/
public
/
public.go
7 lines
72 B
Go
Raw
Normal View
History
Unescape
Escape
feat: static file router
2022-08-28 15:13:03 +00:00
package
public
import
"embed"
fix: embed all files of dist
2024-02-03 11:44:50 +00:00
//go:embed all:dist
feat: static file router
2022-08-28 15:13:03 +00:00
var
Public
embed
.
FS