chendeben 1 year ago
parent
commit
bbb9cd9f9a

File diff suppressed because it is too large
+ 305 - 235
entry/src/main/ets/common/service/UnifiedPlayerService.ets


+ 2 - 2
entry/src/main/ets/entryformability/EntryFormAbility.ets

@@ -182,8 +182,8 @@ export default class EntryFormAbility extends FormExtensionAbility {
       if (!currentSong) {
       if (!currentSong) {
         const defaultData: FormWidgetData = {
         const defaultData: FormWidgetData = {
           id: '',
           id: '',
-          name: 'Dream It Possible',
-          artist: 'Delacey',
+          name: '未知歌曲',
+          artist: '未知艺术家',
           album: '未知专辑',
           album: '未知专辑',
           pixelMapPath: '',
           pixelMapPath: '',
           duration: 0,
           duration: 0,

Some files were not shown because too many files changed in this diff