chore: allow to modify app name and assets dir name (#144)

This commit is contained in:
mzz
2023-06-15 23:39:57 +08:00
committed by GitHub
parent 962018d14b
commit b36b56ce6d
3 changed files with 7 additions and 2 deletions

5
common/consts/app.go Normal file
View File

@ -0,0 +1,5 @@
package consts
var (
AppName = "dae"
)