mirror of
https://git.fightbot.fun/hxuanyu/BingPaper.git
synced 2026-02-15 15:59:32 +08:00
支持内嵌前端页面,新增配置项 web.path
This commit is contained in:
6
web/web.go
Normal file
6
web/web.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package web
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed index.html
|
||||
var FS embed.FS
|
||||
Reference in New Issue
Block a user