Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2022-10-30 23:58:00 +08:00
commit b97af2a0d7

View File

@ -39,7 +39,7 @@ func RemoveLocalStorageVal(key string) (err error) {
}
delete(localStorage, key)
return
return setLocalStorage(localStorage)
}
func SetLocalStorageVal(key string, val interface{}) (err error) {