refactor(preference): show more settings

This commit is contained in:
Jacky 2024-10-23 16:51:54 +08:00
parent 59947a35db
commit a0c005f314
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
17 changed files with 400 additions and 213 deletions

View file

@ -3,7 +3,7 @@ package settings
import "crypto/md5"
type Crypto struct {
Secret string
Secret string `json:"secret"`
}
var CryptoSettings = &Crypto{}