|
@@ -33,8 +33,8 @@ struct PlayerWidgetRectangle {
|
|
|
|
|
|
|
|
// VideoItem 主要数据
|
|
// VideoItem 主要数据
|
|
|
@LocalStorageProp('id') songId: string = '';
|
|
@LocalStorageProp('id') songId: string = '';
|
|
|
- @LocalStorageProp('name') songTitle: string = 'Dream It Possible';
|
|
|
|
|
- @LocalStorageProp('artist') songArtist: string = 'Delacey';
|
|
|
|
|
|
|
+ @LocalStorageProp('name') songTitle: string = '未知歌曲';
|
|
|
|
|
+ @LocalStorageProp('artist') songArtist: string = '未知歌手';
|
|
|
@LocalStorageProp('album') songAlbum: string = '未知专辑';
|
|
@LocalStorageProp('album') songAlbum: string = '未知专辑';
|
|
|
@LocalStorageProp('pixelMapPath') coverImage: string = '';
|
|
@LocalStorageProp('pixelMapPath') coverImage: string = '';
|
|
|
@LocalStorageProp('duration') songDuration: number = 0;
|
|
@LocalStorageProp('duration') songDuration: number = 0;
|