mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-08 18:37:31 +08:00
✨ feat: 增强语言切换功能和用户播放列表显示
This commit is contained in:
Vendored
+1
@@ -8,6 +8,7 @@ export interface IElectronAPI {
|
||||
openLyric: () => void;
|
||||
sendLyric: (data: string) => void;
|
||||
unblockMusic: (id: number) => Promise<string>;
|
||||
onLanguageChanged: (callback: (locale: string) => void) => void;
|
||||
store: {
|
||||
get: (key: string) => Promise<any>;
|
||||
set: (key: string, value: any) => Promise<boolean>;
|
||||
|
||||
Reference in New Issue
Block a user