Update README_CN.md
This commit is contained in:
committed by
RedHoodSu
parent
6d3122c991
commit
7d9b8c4e8b
@@ -38,7 +38,7 @@
|
||||
如果想在其它页面尝试,请在浏览器地址栏上输入以下代码。
|
||||
|
||||
```javascript
|
||||
javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();
|
||||
javascript:(function () { var script = document.createElement('script'); script.src="https://cdn.jsdelivr.net/npm/eruda"; document.body.append(script); script.onload = function () { eruda.init(); } })();
|
||||
```
|
||||
|
||||
## 功能清单
|
||||
|
||||
Reference in New Issue
Block a user