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

Commit

Permalink
Release V1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericwyn committed Nov 4, 2021
1 parent 99c6d5d commit 8445b97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ electron 版的飞书 Feishu (原 Lark),对网页版本进行封装

## 版本记录

### V1.1.6
- electron 版本升级为 15.2.0
- 添加右键菜单,支持图片另存为和复制

### V1.1.5
- electron 版本升级为 15.0.0
- 修复某些时候设置页面无法关闭的问题
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": "electron-lark",
"version": "1.1.5",
"version": "1.1.6",
"main": "src/main.js",
"description": "An Electron application for Feishu(Lark)",
"author": "Ericwyn <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/updateChecker.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Notification = electron.Notification;
const appConf = require("./configuration")

// 检查更新的时间间隔,每天只检查一次
const checkUpdateExpireTime = 24 * 60 * 60;
const checkUpdateExpireTime = 3 * 24 * 60 * 60;

let updateCheckJson;

Expand Down

0 comments on commit 8445b97

Please sign in to comment.