From 000a26ec7e15b17605fb97bb4f2d688682a7e5e1 Mon Sep 17 00:00:00 2001 From: LeonRay297 <123786505+LeonRay297@users.noreply.github.com> Date: Sat, 28 Jan 2023 17:50:09 +0800 Subject: [PATCH] =?UTF-8?q?CCU=20GAME=E7=BF=BB=E8=AF=91=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CCU GAME翻译功能添加 --- userscript.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/userscript.js b/userscript.js index adde8ca..a8d0423 100644 --- a/userscript.js +++ b/userscript.js @@ -2,16 +2,17 @@ // @name UEX——CN // @name:zh-CN UEX汉化脚本 // @namespace https://github.com/CxJuice/Uex_Chinese_Translate -// @version 0.8.0 +// @version 0.9.0 // @description UEX——CN // @description:zh UEX汉化插件 // @description:zh-CN UEX汉化插件 // @author CxJuice // @match https://uexcorp.space/* // @match https://www.erkul.games/* +// @match https://ccugame.app/* // @grant GM_xmlhttpRequest // @grant GM_getResourceText -// @resource zh-CN https://cdn.jsdelivr.net/gh/CxJuice/Uex_Chinese_Translate@main/zh-CN-uex1.7.json +// @resource zh-CN https://cdn.jsdelivr.net/gh/CxJuice/Uex_Chinese_Translate@main/zh-CN-uex1.8.json // @require https://cdn.bootcdn.net/ajax/libs/timeago.js/4.0.2/timeago.full.min.js // @require https://cdn.bootcdn.net/ajax/libs/jquery/3.5.1/jquery.min.js // ==/UserScript==