update cn url

This commit is contained in:
beyondkmp 2025-08-23 08:57:12 +08:00
parent 9acfb5fb9e
commit 864a4c4180

View File

@ -199,7 +199,7 @@ export enum FeedUrl {
export const tesseractLangs = ['chi_sim', 'chi_tra', 'eng']
export enum TesseractLangsDownloadUrl {
CN = 'https://gitcode.com/tesseract-ocr/tessdata/raw/main/',
CN = 'https://gitcode.com/beyondkmp/tessdata/blob/main/',
GLOBAL = 'https://github.com/tesseract-ocr/tessdata/raw/main/'
}