增加语音功能

This commit is contained in:
sijinhui
2024-03-28 00:51:45 +08:00
parent 8620df325d
commit 8513c459b1
3 changed files with 4 additions and 2 deletions

View File

@@ -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;