yangjie #28

Merged
yangqiang merged 32 commits from yangjie into master 2024-10-29 15:15:48 +08:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 6319565329 - Show all commits

View File

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