From a98199fc484117b4e2dd19311e6a1363be40a328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <1173718158@qq.com> Date: Thu, 5 Dec 2024 13:07:01 +0800 Subject: [PATCH] . --- .github/scripts/build_lunatranslator.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/scripts/build_lunatranslator.py b/.github/scripts/build_lunatranslator.py index 25c2a871..2073780e 100644 --- a/.github/scripts/build_lunatranslator.py +++ b/.github/scripts/build_lunatranslator.py @@ -29,10 +29,9 @@ mylinks = { "ocr_models": { "ja.zip": "https://github.com/test123456654321/RESOURCES/releases/download/ocr_models/ja.zip", }, - "mecab_xp.zip": "https://github.com/HIllya51/RESOURCES/releases/download/common/mecab_xp.zip", - "mecab.zip": "https://github.com/HIllya51/RESOURCES/releases/download/common/mecab.zip", - "magpie.zip": "https://github.com/HIllya51/RESOURCES/releases/download/common/magpie.zip", - "themes.zip": "https://github.com/HIllya51/RESOURCES/releases/download/common/themes.zip", + "mecab_xp.zip": "https://github.com/HIllya51/mecab/releases/download/common/mecab_xp.zip", + "mecab.zip": "https://github.com/HIllya51/mecab/releases/download/common/mecab.zip", + "magpie.zip": "https://github.com/HIllya51/Magpie_CLI/releases/download/common/magpie.zip", }