diff --git a/src/components/template/WechatStylePicker.tsx b/src/components/template/WechatStylePicker.tsx
index fa13c56..620e014 100644
--- a/src/components/template/WechatStylePicker.tsx
+++ b/src/components/template/WechatStylePicker.tsx
@@ -47,24 +47,76 @@ export function WechatStylePicker({ value, onSelect }: WechatStylePickerProps) {
>
+ )} style={{
+ backgroundColor: template.id === 'smartisan' ? 'rgb(251, 247, 238)' : 'transparent',
+ width: '220%',
+ minHeight: '220%',
+ padding: template.id === 'smartisan' ? '20px' : '16px',
+ fontFamily: template.id === 'smartisan' ? 'PingFangSC-regular, -apple-system, BlinkMacSystemFont, sans-serif' : 'inherit',
+ transform: 'scale(0.45)',
+ transformOrigin: 'top left',
+ position: 'relative'
+ }}>
- 标题示例
+ {template.id === 'smartisan' ? '锤子便签风格' : '标题示例'}
- 这是一段示例文本,展示不同样式模板的效果。
+ {template.id === 'smartisan'
+ ? '这是锤子便签的经典样式,保持了简约、优雅的设计风格。文字的排版和间距都经过精心调整,让阅读体验更加舒适。'
+ : '这是一段示例文本,展示不同样式模板的效果。'
+ }
-
- 引用文本示例
+
+ {template.id === 'smartisan'
+ ? '保持简单,保持优雅'
+ : '引用文本示例'
+ }
+ {template.id === 'smartisan' && (
+
+ )}
diff --git a/src/config/wechat-templates.ts b/src/config/wechat-templates.ts
index d5b5120..90d9e20 100644
--- a/src/config/wechat-templates.ts
+++ b/src/config/wechat-templates.ts
@@ -404,7 +404,7 @@ export const templates: Template[] = [
blockquote: {
margin: '1.2em 0',
padding: '1em 1.2em',
- borderLeft: '4px solid #FF6E42',
+ borderLeft: '4px solid gba(0, 0, 0, 0.4)',
background: '#F8F9FA',
borderRadius: '0 4px 4px 0',
color: '#666666'