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'