feat: 添加歌手详情抽屉

This commit is contained in:
alger
2025-01-13 22:13:46 +08:00
parent 8e86d378d0
commit 8ffe472605
16 changed files with 624 additions and 83 deletions

View File

@@ -60,7 +60,7 @@ app.whenReady().then(() => {
initialize();
// macOS 激活应用时的处理
app.on('activate', function () {
app.on('activate', () => {
if (mainWindow === null) initialize();
});
});