This commit is contained in:
yj 2024-10-29 11:38:58 +08:00
commit 9008cdadd1
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ const StupWizard = forwardRef((_props: any, ref: any) => {
setting[key] = storageSeeting[key]
}
}
storage.setItem('setting', JSON.stringify(setting))
setIsStupWizard(true)
}