Compare commits

...

2 Commits

Author SHA1 Message Date
云溪 7c3e17dcc5
Merge 63410e8ea3 into a14e7e947e 2024-08-07 17:58:46 +08:00
云溪 63410e8ea3
feat:Linux 系统语言设置为英文时支持中文输入法切换
Linux 系统语言设置为英文时支持中文输入法切换
2024-08-03 08:32:36 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ var version = "0.0.0"
var gaMeasurementID, gaSecretKey string
func main() {
os.Setenv("LANG", "zh_CN.UTF-8")
// Create an instance of the app structure
sysSvc := services.System()
connSvc := services.Connection()