Merge branch 'dev' into feat/cli

This commit is contained in:
Hintay 2025-02-04 22:54:51 +09:00
commit 8a7ed08619
No known key found for this signature in database
GPG key ID: 120FC7FF121F2F2D
69 changed files with 1233 additions and 623 deletions

8
app/app_unembed.go Normal file
View file

@ -0,0 +1,8 @@
//go:build unembed
package app
import "embed"
//go:embed i18n.json src/language/* src/language/*/*
var DistFS embed.FS