优化主题

This commit is contained in:
tianyaxiang 2025-02-02 14:36:08 +08:00
parent d0e46a3185
commit c418033b97

View File

@ -195,7 +195,6 @@ export const templates: Template[] = [
color: `#576b95`, color: `#576b95`,
}, },
// 字体加粗样式 // 字体加粗样式
strong: { strong: {
'color': `var(--themeColor)`, 'color': `var(--themeColor)`,
@ -285,8 +284,8 @@ export const templates: Template[] = [
}, },
{ {
id: 'creative', id: 'creative',
name: '创意活力', name: '科技主题',
description: '适合营销、活动类文章', description: '适合科技技术类文章',
styles: 'prose-creative', styles: 'prose-creative',
options: { options: {
base: { base: {
@ -325,14 +324,12 @@ export const templates: Template[] = [
color: '#4a5568', color: '#4a5568',
margin: '20px 0', margin: '20px 0',
lineHeight: 1.75, lineHeight: 1.75,
borderLeft: '3px solid #4299e1',
paddingLeft: '1em'
}, },
blockquote: { blockquote: {
fontSize: '15px', fontSize: '15px',
color: '#718096', color: '#718096',
borderLeft: '4px solid #4299e1', borderLeft: '4px solid #4299e1',
paddingLeft: '1em', padding:"1em",
margin: '24px 0', margin: '24px 0',
background: 'rgba(66, 153, 225, 0.1)' background: 'rgba(66, 153, 225, 0.1)'
} }