mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Del: Features plugin
This commit is contained in:
@@ -42,8 +42,6 @@ Eruda 是一个专为手机网页前端设计的调试面板,类似 DevTools
|
||||
|
||||
8. Snippets面板:页面元素添加边框;加时间戳刷新页面;支持自定义代码片段。
|
||||
|
||||
9. Features面板:浏览器常用特性检测;提供Can I use,Html5Test快捷访问。
|
||||
|
||||
## 快速上手
|
||||
|
||||
通过CDN使用:
|
||||
|
||||
@@ -192,14 +192,6 @@ snippets.add('hello', function ()
|
||||
snippets.remove('hello');
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
Browser feature detections, thanks to
|
||||
[modernizr](https://github.com/Modernizr/Modernizr) project.
|
||||
|
||||
Red means unsupported, otherwise ok. All buttons is linked directly to
|
||||
related materials in [Can I Use](http://caniuse.com/) website.
|
||||
|
||||
## Settings
|
||||
|
||||
Customization for all tools.
|
||||
|
||||
Reference in New Issue
Block a user