Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nashaofu committed Oct 16, 2017
1 parent 403eb1d commit d1c089b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app/dingtalk.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,9 @@ exports = module.exports = class DingTalk {
this.$window.once('ready-to-show', () => {
this.$window.show()
this.uploader()
this.hotUpdate()

// 服务器不可用,暂时注释掉热更新接口
// this.hotUpdate()

// 文件下载监听
download(this.$window)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dingtalk",
"version": "1.3.2",
"version": "1.3.3",
"description": "钉钉linux版",
"main": "./app/index.js",
"dependencies": {
Expand Down

0 comments on commit d1c089b

Please sign in to comment.