chore: change the CDN link of the logo and modify the OCR port (#84)

* Change the CDN link of the logo and modify the OCR port

* Update

* Rollback OCR interface
This commit is contained in:
Suyunmeng
2025-06-15 23:19:25 +08:00
committed by GitHub
parent 1c58d11d62
commit d95c4f0127
13 changed files with 28 additions and 28 deletions

View File

@ -177,5 +177,5 @@ func (u *User) WebAuthnCredentials() []webauthn.Credential {
}
func (u *User) WebAuthnIcon() string {
return "https://cdn.statically.io/gh/OpenListTeam/Logo/main/OpenList.svg"
return "https://cdn.oplist.org/gh/OpenListTeam/Logo@main/OpenList.svg"
}