feat: 完成移动端集成CodeMirror

This commit is contained in:
Baobhan Sith
2025-06-04 12:54:38 +08:00
parent d31c468e37
commit 39808e5abb
6 changed files with 70 additions and 7 deletions
@@ -29,7 +29,7 @@ const props = defineProps({
type: String,
default: 'Consolas, "Courier New", monospace',
},
fontSize: { // 新增 prop
fontSize: {
type: Number,
default: 14, // 默认字体大小
},