liushengqiang 1 năm trước cách đây
mục cha
commit
47b306dc36
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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");