更新编辑器功能和微信页面

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
王鹏
2026-04-10 19:59:18 +08:00
parent ef8237d8d1
commit 272a88ca3f
3 changed files with 99 additions and 8 deletions

View File

@@ -0,0 +1,51 @@
{
"version": "1.0.0",
"theme": "default",
"custom_themes": [
{
"id": "custom_default",
"name": "自定义 - 默认主题",
"primary_color": "#0080ff",
"background": "#ffffff",
"text_color": "#333333",
"link_color": "#576b95",
"code_bg": "#f6f8fa",
"blockquote_bg": "#f9f9f9",
"blockquote_border": "#dfe2e5"
}
],
"font": {
"body_font": "-apple-system-font, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', Arial, sans-serif",
"heading_font": "-apple-system-font, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', Arial, sans-serif",
"code_font": "Consolas, Monaco, 'Courier New', monospace",
"body_size": 12,
"heading_scale": 1.3,
"line_height": 1.4
},
"code_block": {
"theme": "xcode",
"line_numbers": false,
"background": "#f6f8fa",
"border_radius": 6
},
"custom_css": "",
"css_schemes": [
{
"id": "38e4f9a5",
"name": "简洁主题",
"css": "",
"font_config": {
"body_font": "-apple-system-font, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', Arial, sans-serif",
"code_font": "Consolas, Monaco, 'Courier New', monospace",
"body_size": 12,
"line_height": 1.4
},
"code_block_config": {
"theme": "xcode",
"background": "#f6f8fa"
},
"theme_id": "default",
"primary_color": "#0080ff"
}
]
}

File diff suppressed because one or more lines are too long