2022-01-30 16:59:31 +08:00

30 lines
608 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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)