-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd2df70
commit e863fce
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,10 @@ const updates = [ | |
- 更新了一部分依赖包 | ||
- Electron 从8更新到10 | ||
- 更新了DD@Home核心`], | ||
['1.10.1', '- Electron 从10更新到8 (?)'] | ||
['1.10.1', '- Electron 从10更新到8 (?)'], | ||
['1.11.0', ` | ||
- 更新[email protected] | ||
- 加入了转发连接直播间的功能`] | ||
].map(([version, message]) => [version, message.split('\n')]).reverse() | ||
|
||
const get = key => ipcRenderer.invoke('state', key) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters