mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-07 00:02:14 +08:00
30 lines
608 B
Markdown
30 lines
608 B
Markdown
# js/ideplugin/devtools/devtools.html
|
||
启动时,文件被复制到数据目录
|
||
window.$messager undefined
|
||
window.parent.$messager Messenger
|
||
window === window.parent false
|
||
|
||
|
||
|
||
# js/ideplugin/inspector
|
||
仅复制一次
|
||
|
||
## main/MainImpl.js
|
||
constructor: $messager已经生成
|
||
|
||
|
||
applyFeatures()--->WxmainImpl.getMessenger()
|
||
|
||
|
||
devtools_app.html并没有被加载
|
||
|
||
|
||
# 版本数据
|
||
| wechat-tool | nw.js | node |
|
||
|-------------|-------|------|
|
||
|1.03.2006090 |0.39.3 |12.6.0|
|
||
|1.05.2201210 |0.49.3 |13.14.0|
|
||
|
||
# 终端测试
|
||
|
||
return r.handleEvent ? r.handleEvent.apply(this, o) : r.apply(this, o) |