소스 검색

Merge pull request #5288 from zhangjian10/main

fix: Determine if Tencent is authorized
Dogtiti 1 년 전
부모
커밋
1e59948358
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/store/access.ts

+ 1 - 1
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() ||