7 Star 162 Fork 54

猫头猫/MusicFreeDesktop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
user-perference.d.ts 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
猫头猫 提交于 9个月前 . feat: recently play&lang
declare namespace IUserPreference {
interface IType {
/** 重复模式 */
repeatMode: string;
/** 当前进度 */
currentMusic: IMusic.IMusicItem;
currentProgress: number;
currentQuality: IMusic.IQualityKey;
/** 当前音量 */
volume: number;
/** 倍速 */
speed: number;
/** 订阅 */
subscription: Array<{
title?: string;
srcUrl: string;
}>;
skipVersion: string;
inlineLyricFontSize: string;
/** 展示翻译 */
showTranslation: boolean;
}
interface IDBType {
/** 当前播放队列 */
playList: IMusic.IMusicItem[];
/** 最近播放队列 */
recentlyPlayList: IMusic.IMusicItem[];
/** 已下载列表 */
downloadedList: IMedia.IMediaBase[];
/** 本地音乐监听列表 */
localWatchDir: string[];
/** 本地音乐勾选的监听列表 */
localWatchDirChecked: string[];
/** 收藏的歌单 */
starredMusicSheets: IMedia.IMediaBase[];
/** 搜索历史 */
searchHistory: string[];
/** 插件数据 */
pluginMeta: Record<string, IPlugin.IPluginMeta>;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/maotoumao/MusicFreeDesktop.git
git@gitee.com:maotoumao/MusicFreeDesktop.git
maotoumao
MusicFreeDesktop
MusicFreeDesktop
master

搜索帮助

371d5123 14472233 46e8bd33 14472233