1
0
mirror of synced 2025-12-11 00:48:21 +08:00

Ver: v1.3.0

This commit is contained in:
surunzi
2017-11-05 23:00:28 +08:00
parent 7686bfd695
commit 8b19787a47
4 changed files with 6 additions and 2 deletions

View File

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