From b248b441b52efe6fd8d063d412431ba4e95f473c Mon Sep 17 00:00:00 2001 From: yutent Date: Mon, 13 Feb 2023 17:39:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2cdn=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- about.html | 2 +- index.html | 2 +- js/index.js | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/about.html b/about.html index 0fa3e6e..d209675 100644 --- a/about.html +++ b/about.html @@ -7,7 +7,7 @@ 关于 - 五笔输入法86版 - + diff --git a/index.html b/index.html index e3a0163..02be73c 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ 五笔输入法86版 - + diff --git a/js/index.js b/js/index.js index dc09277..bb11549 100644 --- a/js/index.js +++ b/js/index.js @@ -4,15 +4,15 @@ * @date 2022/03/11 12:03:59 */ -import '//unpkg.yutent.top/anot/dist/anot.js' -import '//unpkg.yutent.top/@bytedo/wcui/dist/layer/index.js' -import '//unpkg.yutent.top/@bytedo/wcui/dist/form/input.js' -import '//unpkg.yutent.top/@bytedo/wcui/dist/form/button.js' -import '//unpkg.yutent.top/@bytedo/wcui/dist/form/link.js' -import '//unpkg.yutent.top/@bytedo/wcui/dist/form/radio.js' -import '//unpkg.yutent.top/@bytedo/wcui/dist/form/checkbox.js' -import '//unpkg.yutent.top/@bytedo/wcui/dist/form/switch.js' -import fetch from '//unpkg.yutent.top/@bytedo/fetch/dist/index.js' +import '//jscdn.ink/anot/2.2.3/anot.js' +import '//jscdn.ink/@bytedo/wcui/1.0.12/layer/index.js' +import '//jscdn.ink/@bytedo/wcui/1.0.12/form/input.js' +import '//jscdn.ink/@bytedo/wcui/1.0.12/form/button.js' +import '//jscdn.ink/@bytedo/wcui/1.0.12/form/link.js' +import '//jscdn.ink/@bytedo/wcui/1.0.12/form/radio.js' +import '//jscdn.ink/@bytedo/wcui/1.0.12/form/checkbox.js' +import '//jscdn.ink/@bytedo/wcui/1.0.12/form/switch.js' +import fetch from '//jscdn.ink/@bytedo/fetch/2.1.1/index.js' import { Enum, saveFile, SString, createCode } from './lib/core.js' import FIXED_86F from './lib/86_fixed.js'