mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-23 23:57:22 +08:00
✨ feat: 替换 netease-cloud-music-api-alger 为官方 NeteaseCloudMusicApi
- 依赖从 netease-cloud-music-api-alger@4.26 升级为 NeteaseCloudMusicApi@4.29 - 新增 fmTrash API 支持私人FM不喜欢功能 - getPersonalFM 移除重复 timestamp(拦截器已自动添加)
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import { ipcMain } from 'electron';
|
||||
import Store from 'electron-store';
|
||||
import fs from 'fs';
|
||||
import server from 'netease-cloud-music-api-alger/server';
|
||||
import server from 'NeteaseCloudMusicApi/server';
|
||||
import os from 'os';
|
||||
import path from 'path';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user