1
0
mirror of synced 2025-12-11 08:58:19 +08:00

Ver: v1.4.1

This commit is contained in:
surunzi
2018-01-13 21:25:30 +08:00
parent a2efc328d4
commit c7c5e04b8b
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ Eruda 是一个专为手机网页前端设计的调试面板,类似 DevTools
通过CDN使用
```html
<script src="//cdn.bootcss.com/eruda/1.3.2/eruda.min.js"></script>
<script src="//cdn.bootcss.com/eruda/1.4.0/eruda.min.js"></script>
<script>eruda.init();</script>
```

View File

@@ -1,6 +1,6 @@
{
"name": "eruda",
"version": "1.4.0",
"version": "1.4.1",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"scripts": {