feat: Online modify settings #32

This commit is contained in:
0xJacky 2023-01-02 21:08:02 +08:00
parent 65b192c8be
commit 0f58c86613
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
8 changed files with 130 additions and 31 deletions

6
template/template.go Normal file
View file

@ -0,0 +1,6 @@
package template
import "embed"
//go:embed *
var DistFS embed.FS