Skip to content

Commit

Permalink
chore(toolbox): 更正mmt扩展名
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Feb 8, 2025
1 parent ccc2069 commit e5af45b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function handleDownload() {
const blob = new Blob([dump(readyData)], {
type: "application/yaml",
});
saveAs(blob, `已${isProofreaderMode.value ? "" : ""}-${studentId}.yaml`);
saveAs(blob, `已${isProofreaderMode.value ? "" : ""}-${studentId}.yml`);
useMomotalkEditorStore.setIsDownloaded(true);
}
Expand Down

0 comments on commit e5af45b

Please sign in to comment.