🔧 chore: 移除统计,更新支持的音乐源列表

This commit is contained in:
algerkong
2025-06-27 18:49:37 +08:00
parent 95c255d2ba
commit 4d831777f1
15 changed files with 20 additions and 264 deletions
+1 -5
View File
@@ -47,11 +47,7 @@ const api = {
'get-system-fonts',
'get-cached-lyric',
'cache-lyric',
'clear-lyric-cache',
// 统计相关
'record-visit',
'record-play',
'get-stats-summary'
'clear-lyric-cache'
];
if (validChannels.includes(channel)) {
return ipcRenderer.invoke(channel, ...args);