feat: 完成面板设置、完成国际化

This commit is contained in:
ssongliu
2022-09-13 18:45:03 +08:00
committed by ssongliu
parent 5342b758cb
commit d28697b63a
31 changed files with 292 additions and 343 deletions

View File

@@ -18,7 +18,7 @@ func TestStringEncrypt(t *testing.T) {
func TestStringDecrypt(t *testing.T) {
viper.Init()
p, err := StringDecrypt("5WYEZ4XcitdomVvAyimt9WwJwBJJSbTTHncZoqyOraQ=")
p, err := StringDecrypt("Jmg4EUACGznt3dEQTJ+0ZRxwLaVNsNg7R5RcZ0V7ElQ=")
if err != nil {
t.Fatal(err)
}