From c418033b9789418c017b1c2282de254655df1ae3 Mon Sep 17 00:00:00 2001 From: tianyaxiang Date: Sun, 2 Feb 2025 14:36:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/wechat-templates.ts | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/config/wechat-templates.ts b/src/config/wechat-templates.ts index a54f72e..d5b5120 100644 --- a/src/config/wechat-templates.ts +++ b/src/config/wechat-templates.ts @@ -194,8 +194,7 @@ export const templates: Template[] = [ link: { color: `#576b95`, }, - - + // 字体加粗样式 strong: { 'color': `var(--themeColor)`, @@ -285,8 +284,8 @@ export const templates: Template[] = [ }, { id: 'creative', - name: '创意活力', - description: '适合营销、活动类文章', + name: '科技主题', + description: '适合科技技术类文章', styles: 'prose-creative', options: { base: { @@ -325,14 +324,12 @@ export const templates: Template[] = [ color: '#4a5568', margin: '20px 0', lineHeight: 1.75, - borderLeft: '3px solid #4299e1', - paddingLeft: '1em' }, blockquote: { fontSize: '15px', color: '#718096', borderLeft: '4px solid #4299e1', - paddingLeft: '1em', + padding:"1em", margin: '24px 0', background: 'rgba(66, 153, 225, 0.1)' }