From 1102ef6e6b4d68309f5f7ec22157bc2f62fedb05 Mon Sep 17 00:00:00 2001 From: zhangjian10 <315626713@qq.com> Date: Sun, 18 Aug 2024 23:47:23 +0800 Subject: [PATCH] fix: Determine if Tencent is authorized --- app/store/access.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/access.ts b/app/store/access.ts index b89b080d80e..a1014610e39 100644 --- a/app/store/access.ts +++ b/app/store/access.ts @@ -183,7 +183,7 @@ export const useAccessStore = createPersistStore( this.isValidBaidu() || this.isValidByteDance() || this.isValidAlibaba() || - this.isValidTencent || + this.isValidTencent() || this.isValidMoonshot() || this.isValidIflytek() || !this.enabledAccessControl() ||