mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
feat: update electron options and touchbar
This commit is contained in:
parent
a9e153cfd6
commit
ae6ecd96fd
2 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
const { app, BrowserWindow, TouchBar } = require("electron");
|
||||
// 运用 ipdMain 请求用户喜欢的歌手的数据,随机抽几个歌手进行随机
|
||||
const { TouchBar } = require("electron");
|
||||
|
||||
const { TouchBarLabel, TouchBarButton, TouchBarSpacer } = TouchBar;
|
||||
|
||||
|
|
@ -101,3 +102,4 @@ const touchBar = new TouchBar({
|
|||
// })
|
||||
|
||||
module.exports = touchBar;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue