1
0
mirror of synced 2025-12-28 12:18:20 +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

@@ -6,6 +6,7 @@
/doc/
/script/
.editorconfig
.eslintignore
.eslintrc.json
.gitignore
.npmignore

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>
```

View File

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

View File

@@ -32,6 +32,9 @@
* {
user-select: text;
}
a {
color: $blue;
}
}
}
}