@hap-toolkit/debugger 2.0.6 → 2.0.7-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/client/index.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>调试器</title><link href="./index-
|
|
1
|
+
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>调试器</title><link href="./index-29ff2529.css" rel="stylesheet"></head><body class="bd-bg"><section class="qr-code-wrapper"><div><div class="qr-code-panel"><div class="qr-img"><img src="" id="j-qr-icon" class="qr-icon"></div><div class="block alert alert-warning updatetip"><div class="block"><h2 class="block-title" title="在设备上预览">手机预览</h2><p>1. 扫码安装rpk包</p><p>2. 在手机的调试器上点击 <button class="btn btn-default">开始调试</button> ,启动调试界面</p></div><div class="block"><h2 class="block-title" title="在浏览器中预览">web 预览</h2><p><a href="/preview" target="_blank">打开 web 预览</a></p></div></div></div></div></section><section class="inform-tip-wrapper"></section><section class="result inspector-link-panel hide"><div class="panel panel-default"><div class="panel-heading">调试</div><div class="panel-body"><table class="table tunning"><tbody></tbody></table></div></div></section><script type="text/template" id="j-tpl-appinfo"><tr>
|
|
2
2
|
<td class="tname">{{data_app_name}}</td>
|
|
3
3
|
<td class="tlink"><a href='{{data_href_value}}' target='_blank' class="label label-info">{{data_href_name}}</a>
|
|
4
4
|
</td>
|
|
5
5
|
</tr></script><script type="text/template" id="j-tpl-updatetip"><div class="alert alert-warning updatetip">
|
|
6
6
|
<p>调试器已有重要更新,请更新调试器</p>
|
|
7
|
-
</div></script><script src="/socket.io/socket.io.js"></script><script defer="defer" src="index-
|
|
7
|
+
</div></script><script src="/socket.io/socket.io.js"></script><script defer="defer" src="index-29ff2529.js"></script></body></html>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hap-toolkit/debugger",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7-beta.1",
|
|
4
4
|
"description": "@hap-toolkit/debugger",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=14.0.0"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@hap-toolkit/chrome-devtools-frontend": "^1.1.2",
|
|
32
|
-
"@hap-toolkit/shared-utils": "2.0.
|
|
32
|
+
"@hap-toolkit/shared-utils": "2.0.7-beta.1",
|
|
33
33
|
"@jayfate/path": "^0.0.13",
|
|
34
34
|
"@sentry/node": "^5.26.0",
|
|
35
35
|
"adb-commander": "^0.1.9",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"mini-css-extract-plugin": "^1.3.0",
|
|
51
51
|
"mkdirp": "^0.5.5"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "2d79befbaf4b87e045fa814326b2bd4819a28a12"
|
|
54
54
|
}
|
|
File without changes
|
|
File without changes
|