Merge pull request #589 from trheyi/main

Add version to xgenSetting
This commit is contained in:
Max 2024-03-11 12:48:42 +08:00 committed by GitHub
commit 027c55d186
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -566,6 +566,7 @@ func processXgen(process *process.Process) interface{} {
xgenSetting := map[string]interface{}{
"name": Setting.Name,
"description": Setting.Description,
"version": Setting.Version,
"theme": Setting.Theme,
"lang": Setting.Lang,
"mode": mode,