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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericwyn committed Apr 25, 2021
1 parent e6c2dbe commit 65dbb9a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,24 @@ electron 版的飞书 Feishu (原 Lark),对网页版本进行封装
![screen-shot](screenshot/electron-lark-1.png)

## 版本记录
### v1.1.0
- 咕咕咕了很久的设置界面终于加上了 (~~又不是不能用~~)

在顶部菜单栏: 设置 -> 功能设置处进入,当前支持自定义以下设置项

- 外链设置
- 可设置哪些链接直接 electron 内部打开
- 默认所有链接都通过浏览器打开
- 水印设置
- 是否显示页面水印
- 默认为关闭
- 服务器设置
- 如果公司使用的是内部部署飞书服务,可由此自定义登录入口
- 默认为飞书官方登录页面
- electron 依赖升级到 12.0.5

- ![screen-shot](screenshot/electron-lark-2.png)

### v1.0.3
- 修复 ubuntu 下锁屏后 appTray 消失的问题

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.0.3",
"version": "1.1.0",
"main": "src/main.js",
"description": "An Electron application for Feishu(Lark)",
"author": "Ericwyn <ericwyn@meetwhy.com>",
Expand Down
Binary file modified screenshot/electron-lark-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/electron-lark-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 65dbb9a

Please sign in to comment.