소스 검색

Merge branch '2023-8-28'

liushengqiang 1 년 전
부모
커밋
1a2a036da6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pc/home/runtime.ts

+ 1 - 1
src/pc/home/runtime.ts

@@ -200,7 +200,7 @@ export const renderMeasures = (abc: IAbc, option?: IRenderMeasuresOption) => {
 		abc.title && (text += `T:${abc.title}` + "\n");
 	}
 	if (option?.showCreator) {
-		abc.creator && (text += `R:${abc.creator}` + "\n");
+		abc.creator && (text += `C:${abc.creator}` + "\n");
 	}
 	abc.celf && (text += abc.celf + "\n");
 	abc.meter && (text += abc.meter + "\n");