feat: 生成sketch自动切换为sketch视图

style: md内容样式
This commit is contained in:
2026-03-17 11:22:47 +08:00
parent 35d482d8b9
commit ffe8526745
3 changed files with 45 additions and 9 deletions

View File

@@ -140,6 +140,19 @@
} else {
return {}
}
},
heading: {
style: {
fontFamily: 'Regular',
lineHeight: 2
// fontSize: '1.4rem'
}
},
p: {
style: {
fontSize: '1.4rem',
lineHeight: 1.5
}
}
}