Merge pull request #5288 from zhangjian10/main

fix: Determine if Tencent is authorized
This commit is contained in:
Dogtiti
2024-08-19 09:20:58 +08:00
committed by GitHub

View File

@@ -183,7 +183,7 @@ export const useAccessStore = createPersistStore(
this.isValidBaidu() ||
this.isValidByteDance() ||
this.isValidAlibaba() ||
this.isValidTencent ||
this.isValidTencent() ||
this.isValidMoonshot() ||
this.isValidIflytek() ||
!this.enabledAccessControl() ||