mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
Dev: README screenshot
This commit is contained in:
24
README.md
24
README.md
@@ -2,7 +2,7 @@
|
||||
<img src="http://7xn2zy.com1.z0.glb.clouddn.com/github_eruda2.jpg">
|
||||
</a>
|
||||
|
||||
[中文](https://github.com/liriliri/eruda/blob/master/doc/README_CH.md)
|
||||
[中文](doc/README_CH.md)
|
||||
|
||||
# Eruda
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
Console for Mobile Browsers.
|
||||
|
||||

|
||||

|
||||
|
||||
## Why
|
||||
|
||||
@@ -33,14 +33,14 @@ javascript:(function () { var script = document.createElement('script'); script.
|
||||
|
||||
## Features
|
||||
|
||||
* [Console](https://github.com/liriliri/eruda/blob/master/doc/TOOL_API.md#console): Display JavaScript logs.
|
||||
* [Elements](https://github.com/liriliri/eruda/blob/master/doc/TOOL_API.md#elements): Check dom state.
|
||||
* [Network](https://github.com/liriliri/eruda/blob/master/doc/TOOL_API.md#network): Show performance timing, ajax requests status.
|
||||
* [Resource](https://github.com/liriliri/eruda/blob/master/doc/TOOL_API.md#resources): Show localStorage, cookie information.
|
||||
* [Info](https://github.com/liriliri/eruda/blob/master/doc/TOOL_API.md#info): Show url, user agent info.
|
||||
* [Snippets](https://github.com/liriliri/eruda/blob/master/doc/TOOL_API.md#snippets): Include snippets used most often.
|
||||
* [Sources](https://github.com/liriliri/eruda/blob/master/doc/TOOL_API.md#sources): Html, js, css source viewer.
|
||||
* [Features](https://github.com/liriliri/eruda/blob/master/doc/TOOL_API.md#features): Browser feature detections.
|
||||
* [Console](doc/TOOL_API.md#console): Display JavaScript logs.
|
||||
* [Elements](doc/TOOL_API.md#elements): Check dom state.
|
||||
* [Network](doc/TOOL_API.md#network): Show performance timing, ajax requests status.
|
||||
* [Resource](/doc/TOOL_API.md#resources): Show localStorage, cookie information.
|
||||
* [Info](doc/TOOL_API.md#info): Show url, user agent info.
|
||||
* [Snippets](doc/TOOL_API.md#snippets): Include snippets used most often.
|
||||
* [Sources](doc/TOOL_API.md#sources): Html, js, css source viewer.
|
||||
* [Features](doc/TOOL_API.md#features): Browser feature detections.
|
||||
|
||||
## Install
|
||||
|
||||
@@ -104,11 +104,11 @@ source code of plugins below to learn how to write your own custom tool panels.
|
||||
* [eruda-fps](https://github.com/liriliri/eruda-fps): Display page fps info.
|
||||
|
||||
> When writing plugins, you can use utilities exposed by Eruda, see
|
||||
[docs](https://github.com/liriliri/eruda/blob/master/doc/UTIL_API.md) here.
|
||||
[docs](doc/UTIL_API.md) here.
|
||||
|
||||
## Contribution
|
||||
|
||||
Read [Contributing Guide](https://github.com/liriliri/eruda/blob/master/doc/CONTRIBUTING.md) for development setup instructions.
|
||||
Read [Contributing Guide](doc/CONTRIBUTING.md) for development setup instructions.
|
||||
|
||||
## Related Projects
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ Eruda 是一个专为手机网页前端设计的调试面板,类似 DevTools
|
||||
|
||||
## 功能清单
|
||||
|
||||

|
||||

|
||||
|
||||
1. 按钮拖拽,面板透明度大小设置。
|
||||
|
||||
|
||||
@@ -13,11 +13,11 @@ export default [
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>screen</td>
|
||||
<td>${screen.width}px * ${screen.height}px</td>
|
||||
<td>${screen.width} * ${screen.height}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>viewport</td>
|
||||
<td>${window.innerWidth}px * ${window.innerHeight}px</td>
|
||||
<td>${window.innerWidth} * ${window.innerHeight}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>pixel ratio</td>
|
||||
|
||||
Reference in New Issue
Block a user