diff --git a/README-EN.md b/README-EN.md index f0151dd0..e47f136d 100644 --- a/README-EN.md +++ b/README-EN.md @@ -19,7 +19,7 @@ Like Twemoji, this project can also replace the emoji on the web page with an im Include the following in your HTML : ``` - + ``` Then add these in: diff --git a/README.md b/README.md index 2c2d2268..54434011 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ 在您的 HTML 中加入以下内容: ``` - + ``` 然后在 中加入这些内容: @@ -210,11 +210,11 @@ https://www.fonts.com/content/microsoft-typography `base`默认图像仓库地址为`https://raw.githubusercontent.com/DellZHackintosh/msemoji/main/src/`,可能会影响运行效果。如果出现这种问题,必须替换`base`默认值。下面提供一些可用的`base`值。 -1. `https://cdn.jsdelivr.net/gh/DellZHackintosh/msemoji@1.0.0/src/`(推荐。不过要记得,有挂掉的可能......) +1. `https://cdn.jsdelivr.net/gh/DellZHackintosh/msemoji@1.0.1/src/`(推荐。不过要记得,有挂掉的可能......) 2. `https://raw.githubusercontents.com/dellzhackintosh/dellzhackintosh.github.io/master/MSEmojis`(请遵守`7ed.net`的使用说明,特别是**不要滥用**!) -3. `https://gh.sourcegcdn.com/DellZHackintosh/msemoji/1.0.0/src/`(来自 [Source Global CDN](https://www.sourcegcdn.com/))同样**不要滥用**,同时不允许空 Referer 请求。 +3. `https://gh.sourcegcdn.com/DellZHackintosh/msemoji/1.0.1/src/`(来自 [Source Global CDN](https://www.sourcegcdn.com/))同样**不要滥用**,同时不允许空 Referer 请求。 如果是脚本本身加载失败,则可以考虑换用: @@ -222,7 +222,7 @@ https://www.fonts.com/content/microsoft-typography 或([Source Global CDN](https://www.sourcegcdn.com/)) -``。 +``。 当然,您也可以自己建一个 CDN,可以从 Releases 中获取文件。