Skip to content

Commit

Permalink
v1.02.1811290
Browse files Browse the repository at this point in the history
  • Loading branch information
cytle committed Dec 3, 2018
1 parent 0e87d97 commit 48a783d
Show file tree
Hide file tree
Showing 60 changed files with 102 additions and 89 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@
- 2018/10/18 更新:微信小程序升级到1.02.1809260
- 2018/10/29 更新:微信小程序升级到1.02.1810250
- 2018/11/18 更新:微信小程序升级到1.02.1811150
- 2018/12/03 更新:微信小程序升级到1.02.1811290
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

linux 下使用微信web开发者工具.

![wx-dev-tools v-1.02.1811150](https://img.shields.io/badge/wx_dev_tools-1.02.1811150-green.svg)
![wx-dev-tools v-1.02.1811290](https://img.shields.io/badge/wx_dev_tools-1.02.1811290-green.svg)
![nw.js v-0.24.4](https://img.shields.io/badge/nw.js-v0.24.4-blue.svg)

## Description
Expand Down
Binary file modified bin/WeappVendor/s/wcc.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion package.nw/html/debugger.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<html><!--之前有个debugger.html 有安全漏洞,删掉了,但是保留一个这个,可以替换掉用户安装目录中的有问题的debugger.html --></html>
<html></html>
12 changes: 0 additions & 12 deletions package.nw/html/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@
})
if (options.title) document.title = options.title

// iframe 的方案有 xss 漏洞
// let iframe = document.createElement('iframe')
// iframe.src = options.url
// iframe.frameBorder = 0
// // 使用 onload 防止闪烁
// iframe.onload = () => {
// iframe.style.display = 'block'
// // 纠正页面的 opener 使其能与主窗口通过 postMessage 正确通信
// iframe.contentWindow.opener = window.opener
// }
// document.body.appendChild(iframe)

const init = () => {
const webview = document.getElementById('webview')
webview.src = options.url
Expand Down
2 changes: 1 addition & 1 deletion package.nw/js/0c4823143da6a69d89b64580be1021af.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 48a783d

Please sign in to comment.