mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
增加语音功能
This commit is contained in:
@@ -99,9 +99,9 @@ export const useAccessStore = createPersistStore(
|
||||
}),
|
||||
{
|
||||
name: StoreKey.Access,
|
||||
version: 2.1,
|
||||
version: 2.11,
|
||||
migrate(persistedState, version) {
|
||||
if (version < 2.1) {
|
||||
if (version < 2.11) {
|
||||
const state = persistedState as {
|
||||
token: string;
|
||||
openaiApiKey: string;
|
||||
|
||||
Reference in New Issue
Block a user