chendeben 1 년 전
부모
커밋
bbb9cd9f9a
2개의 변경된 파일307개의 추가작업 그리고 237개의 파일을 삭제
  1. 305 235
      entry/src/main/ets/common/service/UnifiedPlayerService.ets
  2. 2 2
      entry/src/main/ets/entryformability/EntryFormAbility.ets

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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) {
         const defaultData: FormWidgetData = {
           id: '',
-          name: 'Dream It Possible',
-          artist: 'Delacey',
+          name: '未知歌曲',
+          artist: '未知艺术家',
           album: '未知专辑',
           pixelMapPath: '',
           duration: 0,

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.