mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-06-27 02:47:28 +08:00
✨ feat: 优化设置页面 拆分组件
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// 音乐平台类型
|
||||
export type Platform = 'qq' | 'migu' | 'kugou' | 'pyncmd' | 'joox' | 'kuwo' | 'bilibili' | 'youtube' | 'gdmusic';
|
||||
|
||||
// 默认平台列表
|
||||
export const DEFAULT_PLATFORMS: Platform[] = ['migu', 'kugou', 'pyncmd', 'bilibili', 'youtube'];
|
||||
Reference in New Issue
Block a user