mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
Merge branch 'dev' into feat/cli
This commit is contained in:
commit
8a7ed08619
69 changed files with 1233 additions and 623 deletions
8
app/app_unembed.go
Normal file
8
app/app_unembed.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
//go:build unembed
|
||||
|
||||
package app
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed i18n.json src/language/* src/language/*/*
|
||||
var DistFS embed.FS
|
Loading…
Add table
Add a link
Reference in a new issue