Skip to content

Commit

Permalink
release: v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed May 22, 2020
1 parent a7f9d83 commit 0275a59
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@ Remote debugging tool like [weinre](https://people.apache.org/~pmuellr/weinre/do

![Demo](./docs/qrcode.png)

Browse it on your phone: [http://chii.liriliri.io/tests/demo.html](http://chii.liriliri.io/tests/demo.html)
Browse it on your phone: [https://chii.liriliri.io/tests/demo.html](https://chii.liriliri.io/tests/demo.html)

Open [http://chii.liriliri.io/](http://chii.liriliri.io/) and click inspect to start debugging the demo page.
Open [https://chii.liriliri.io/](https://chii.liriliri.io/) and click inspect to start debugging the demo page.

In order to try it for different sites, execute the script below on browser address bar.

```javascript
javascript:(function () { var script = document.createElement('script'); script.src="//chii.liriliri.io/target.js"; document.body.appendChild(script); })();
```

## Install

Expand Down
10 changes: 8 additions & 2 deletions docs/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@

![Demo](./qrcode.png)

请扫描二维码或在手机上直接访问:[http://chii.liriliri.io/tests/demo.html](http://chii.liriliri.io/tests/demo.html)
请扫描二维码或在手机上直接访问:[https://chii.liriliri.io/tests/demo.html](https://chii.liriliri.io/tests/demo.html)

打开 [http://chii.liriliri.io/](http://chii.liriliri.io/) 并点击 inspect 按钮开始调试示例页面。
打开 [https://chii.liriliri.io/](https://chii.liriliri.io/) 并点击 inspect 按钮开始调试示例页面。

如果想在其它页面尝试,请在浏览器地址栏上输入以下代码。

```javascript
javascript:(function () { var script = document.createElement('script'); script.src="//chii.liriliri.io/target.js"; document.body.appendChild(script); })();
```

## 安装

Expand Down
Binary file modified docs/qrcode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chii",
"version": "0.6.2",
"version": "0.6.3",
"description": "Chrome devtools framework",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 0275a59

Please sign in to comment.