828 lines
53 KiB
JSON
Executable File
828 lines
53 KiB
JSON
Executable File
{
|
|
"templateId": "notes",
|
|
"themeId": "sakura",
|
|
"fontFamily": "Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, \"PingFang SC\"",
|
|
"fontSize": 16,
|
|
"backgroundId": "",
|
|
"themes": [
|
|
{
|
|
"id": "default",
|
|
"name": "默认主题",
|
|
"styles": {
|
|
"imagePreview": "background-color: #1c1c1e; padding: 28px 24px;",
|
|
"header": {
|
|
"avatar": {
|
|
"container": "width: 40px; height: 40px; border-radius: 12px; overflow: hidden;",
|
|
"placeholder": "background: #2c2c2e; transition: all 0.3s ease;",
|
|
"image": "object-fit: cover; transition: transform 0.3s ease;"
|
|
},
|
|
"nameContainer": "display: flex; align-items: center; gap: 8px;",
|
|
"userName": "font-size: 16px; font-weight: 600; color: #ffffff;",
|
|
"userId": "font-size: 14px; color: #98989d;",
|
|
"postTime": "font-size: 13px; color: #636366;",
|
|
"verifiedIcon": "width: 20px; height: 20px; margin-left: -5px; fill: #1DA1F2;"
|
|
},
|
|
"footer": {
|
|
"container": "position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 16px; color: #98989d; font-size: 13px; border-top: 1px solid #2c2c2e; background: #1c1c1e;",
|
|
"text": "color: inherit; transition: color 0.2s ease; white-space: nowrap;",
|
|
"separator": "color: #636366;"
|
|
},
|
|
"title": {
|
|
"h2": {
|
|
"base": "margin: 0; font-size: 1.5em; letter-spacing: -0.01em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #f2f2f7;",
|
|
"after": ""
|
|
},
|
|
"h3": {
|
|
"base": "margin: 26px 0 0; font-size: 1.25em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #f2f2f7;",
|
|
"after": ""
|
|
},
|
|
"base": {
|
|
"base": "margin: 22px 0 0; font-size: 1.1em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #f2f2f7;",
|
|
"after": ""
|
|
}
|
|
},
|
|
"paragraph": "line-height: 1.8; margin-bottom: 1.1em; font-size: 15px; color: #f2f2f7;",
|
|
"emphasis": {
|
|
"strong": "font-weight: 700; color: #0A84FF;",
|
|
"em": "font-style: normal; color: #98989d; background: rgba(152,152,157,0.1); padding: 0 4px;",
|
|
"del": "text-decoration: line-through; color: #636366;"
|
|
},
|
|
"list": {
|
|
"container": "padding-left: 26px; margin-bottom: 1.1em; color: #d1d1d6;",
|
|
"item": "margin-bottom: 0.7em; font-size: 15px; color: #d1d1d6; line-height: 1.75;",
|
|
"taskList": "list-style: none; margin-left: -22px; font-size: 15px; color: #d1d1d6; line-height: 1.75;"
|
|
},
|
|
"code": {
|
|
"block": "background: #2c2c2e; padding: 1em 1.2em; border-radius: 12px; font-size: 14px; font-family: SF Mono, Menlo, monospace; line-height: 1.6; white-space: pre-wrap; word-wrap: break-word; color: #ffffff; margin: 1.3em 0;",
|
|
"inline": "background: #2c2c2e; padding: 3px 8px; border-radius: 6px; color: #ffffff; font-size: 14px; font-family: SF Mono, Menlo, monospace;"
|
|
},
|
|
"quote": "border-left: 3px solid #0A84FF; padding: 0 0 0 18px; margin: 1.2em 0; color: #f2f2f7; font-style: normal; font-size: 15px; line-height: 1.75;",
|
|
"image": "max-width: 100%; height: auto; margin: 1.3em auto; border-radius: 12px;",
|
|
"link": "color: #0A84FF; text-decoration: underline; text-underline-offset: 2px; transition: opacity 0.2s ease;",
|
|
"table": {
|
|
"container": "width: 100%; margin: 1.3em 0; border-collapse: separate; border-spacing: 0; border-radius: 12px; overflow: hidden; border: 1px solid #2c2c2e;",
|
|
"header": "background: #2c2c2e; font-weight: 600; color: #f2f2f7; padding: 12px;",
|
|
"cell": "padding: 12px; color: #d1d1d6; border-top: 1px solid #2c2c2e;"
|
|
},
|
|
"hr": "border: none; border-top: 1px solid #2c2c2e; margin: 26px 0;",
|
|
"footnote": {
|
|
"ref": "color: #98989d; text-decoration: none; font-size: 0.9em;",
|
|
"backref": "color: #98989d; text-decoration: none; font-size: 0.9em;"
|
|
}
|
|
},
|
|
"isPreset": true
|
|
},
|
|
{
|
|
"id": "minimal",
|
|
"name": "极简主题",
|
|
"styles": {
|
|
"imagePreview": "background-color: #ffffff; padding: 36px 32px;",
|
|
"header": {
|
|
"avatar": {
|
|
"container": "width: 40px; height: 40px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05);",
|
|
"placeholder": "background: #f5f5f5; transition: all 0.2s ease;",
|
|
"image": "object-fit: cover; transition: transform 0.3s ease;"
|
|
},
|
|
"nameContainer": "display: flex; align-items: center; gap: 8px;",
|
|
"userName": "font-size: 16px; font-weight: 600; color: #333333; letter-spacing: 0.02em;",
|
|
"userId": "font-size: 14px; color: #666666;",
|
|
"postTime": "font-size: 13px; color: #999999;",
|
|
"verifiedIcon": "width: 20px; height: 20px; margin-left: -5px; fill: #1DA1F2;"
|
|
},
|
|
"footer": {
|
|
"container": "position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 16px; color: #999999; font-size: 13px; border-top: 1px solid #eeeeee; background: rgba(250,250,250,0.95); backdrop-filter: blur(8px);",
|
|
"text": "color: inherit; transition: opacity 0.2s ease; white-space: nowrap;",
|
|
"separator": "color: #dddddd;"
|
|
},
|
|
"title": {
|
|
"h2": {
|
|
"base": "margin: 0; font-size: 1.5em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #333333;",
|
|
"after": ""
|
|
},
|
|
"h3": {
|
|
"base": "margin: 32px 0 0; font-size: 1.25em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #333333;",
|
|
"after": ""
|
|
},
|
|
"base": {
|
|
"base": "margin: 28px 0 0; font-size: 1.1em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #333333;",
|
|
"after": ""
|
|
}
|
|
},
|
|
"paragraph": "line-height: 1.8; margin-bottom: 1.2em; font-size: 15px; color: #444444;",
|
|
"emphasis": {
|
|
"strong": "font-weight: 700; color: #4a4a4a; background: rgba(74,74,74,0.05); padding: 0 2px;",
|
|
"em": "font-style: normal; color: #6c9eb8; background: rgba(108,158,184,0.05); padding: 0 2px;",
|
|
"del": "text-decoration: line-through; color: #999999; opacity: 0.8;"
|
|
},
|
|
"list": {
|
|
"container": "padding-left: 28px; margin-bottom: 1.2em; color: #666666;",
|
|
"item": "margin-bottom: 0.8em; font-size: 15px; color: #666666; line-height: 1.8;",
|
|
"taskList": "list-style: none; margin-left: -20px; font-size: 15px; color: #666666; line-height: 1.8;"
|
|
},
|
|
"code": {
|
|
"block": "background: #f5f5f5; padding: 1.2em; border-radius: 8px; font-size: 14px; font-family: 'SF Mono', Menlo, monospace; line-height: 1.6; white-space: pre-wrap; word-wrap: break-word; color: #555555; margin: 1.5em 0; border: 1px solid #eeeeee;",
|
|
"inline": "background: #f5f5f5; padding: 4px 8px; border-radius: 4px; color: #555555; font-size: 14px; font-family: 'SF Mono', Menlo, monospace; border: 1px solid #eeeeee;"
|
|
},
|
|
"quote": "border-left: 3px solid #eeeeee; padding: 0 0 0 20px; margin: 1.5em 0; color: #666666; font-style: normal; font-size: 15px; line-height: 1.8;",
|
|
"image": "max-width: 100%; height: auto; margin: 1.5em auto; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.05);",
|
|
"link": "color: #6c9eb8; text-decoration: none; border-bottom: 1px solid rgba(108,158,184,0.3); transition: all 0.2s ease;",
|
|
"table": {
|
|
"container": "width: 100%; margin: 1.5em 0; border-collapse: collapse;",
|
|
"header": "background: #f5f5f5; font-weight: 600; color: #333333; border-bottom: 2px solid #eeeeee; padding: 14px;",
|
|
"cell": "padding: 14px; color: #666666; border-bottom: 1px solid #eeeeee;"
|
|
},
|
|
"hr": "border: none; border-top: 1px solid #eeeeee; margin: 32px 0;",
|
|
"footnote": {
|
|
"ref": "color: #999999; text-decoration: none; font-size: 0.9em;",
|
|
"backref": "color: #999999; text-decoration: none; font-size: 0.9em;"
|
|
}
|
|
},
|
|
"isPreset": true
|
|
},
|
|
{
|
|
"id": "elegant",
|
|
"name": "优雅暗色",
|
|
"styles": {
|
|
"imagePreview": "background-color: #1a1721; padding: 32px 28px;",
|
|
"header": {
|
|
"avatar": {
|
|
"container": "width: 40px; height: 40px; border-radius: 14px; overflow: hidden; box-shadow: 0 2px 8px rgba(180,144,255,0.15);",
|
|
"placeholder": "background: #2a2433; transition: all 0.3s ease;",
|
|
"image": "object-fit: cover; transition: transform 0.3s ease;"
|
|
},
|
|
"nameContainer": "display: flex; align-items: center; gap: 8px;",
|
|
"userName": "font-size: 16px; font-weight: 600; color: #e2d9f3; letter-spacing: 0.02em;",
|
|
"userId": "font-size: 14px; color: #a393c9;",
|
|
"postTime": "font-size: 13px; color: #6d617f;",
|
|
"verifiedIcon": "width: 20px; height: 20px; margin-left: -5px; fill: #1DA1F2;"
|
|
},
|
|
"footer": {
|
|
"container": "position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 16px; color: #a393c9; font-size: 13px; border-top: 1px solid #2a2433; background: rgba(26,23,33,0.95); backdrop-filter: blur(12px);",
|
|
"text": "color: inherit; transition: color 0.2s ease; white-space: nowrap;",
|
|
"separator": "color: #6d617f;"
|
|
},
|
|
"title": {
|
|
"h2": {
|
|
"base": "margin: 0; font-size: 1.5em; letter-spacing: -0.01em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #e2d9f3; text-shadow: 0 2px 4px rgba(0,0,0,0.1);",
|
|
"after": ""
|
|
},
|
|
"h3": {
|
|
"base": "margin: 28px 0 0; font-size: 1.25em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #e2d9f3;",
|
|
"after": ""
|
|
},
|
|
"base": {
|
|
"base": "margin: 24px 0 0; font-size: 1.1em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #e2d9f3;",
|
|
"after": ""
|
|
}
|
|
},
|
|
"paragraph": "line-height: 1.75; margin-bottom: 1.1em; font-size: 15px; color: #c4b8dd;",
|
|
"emphasis": {
|
|
"strong": "font-weight: 600; color: #b490ff; text-shadow: 0 1px 2px rgba(180,144,255,0.2);",
|
|
"em": "font-style: normal; color: #a393c9; background: rgba(163,147,201,0.1); padding: 0 4px; border-radius: 2px;",
|
|
"del": "text-decoration: line-through; color: #6d617f; opacity: 0.8;"
|
|
},
|
|
"list": {
|
|
"container": "padding-left: 26px; margin-bottom: 1.2em; color: #c4b8dd;",
|
|
"item": "margin-bottom: 0.7em; font-size: 15px; color: #c4b8dd; line-height: 1.75;",
|
|
"taskList": "list-style: none; margin-left: -22px; font-size: 15px; color: #c4b8dd; line-height: 1.75;"
|
|
},
|
|
"code": {
|
|
"block": "background: #2a2433; padding: 1.2em; border-radius: 14px; font-size: 14px; font-family: 'SF Mono', Menlo, monospace; line-height: 1.6; white-space: pre-wrap; word-wrap: break-word; color: #c4b8dd; margin: 1.3em 0; box-shadow: inset 0 4px 12px rgba(0,0,0,0.1); border: 1px solid #3a3443;",
|
|
"inline": "background: #2a2433; padding: 4px 10px; border-radius: 6px; color: #c4b8dd; font-size: 14px; font-family: 'SF Mono', Menlo, monospace; border: 1px solid #3a3443;"
|
|
},
|
|
"quote": "border-left: 3px solid #b490ff; padding: 0 0 0 18px; margin: 1.5em 0; color: #a393c9; font-style: normal; font-size: 15px; line-height: 1.75; background: rgba(180,144,255,0.05); border-radius: 0 4px 4px 0;",
|
|
"image": "max-width: 100%; height: auto; margin: 1.5em auto; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.2);",
|
|
"link": "color: #b490ff; text-decoration: none; transition: all 0.2s ease; border-bottom: 1px solid rgba(180,144,255,0.3);",
|
|
"table": {
|
|
"container": "width: 100%; margin: 1.5em 0; border-collapse: separate; border-spacing: 0; border-radius: 14px; overflow: hidden; border: 1px solid #3a3443; box-shadow: 0 4px 12px rgba(0,0,0,0.1);",
|
|
"header": "background: #2a2433; font-weight: 600; color: #e2d9f3; padding: 14px;",
|
|
"cell": "padding: 14px; color: #c4b8dd; border-top: 1px solid #3a3443;"
|
|
},
|
|
"hr": "border: none; border-top: 1px solid #3a3443; margin: 32px 0;",
|
|
"footnote": {
|
|
"ref": "color: #a393c9; text-decoration: none; font-size: 0.9em;",
|
|
"backref": "color: #a393c9; text-decoration: none; font-size: 0.9em;"
|
|
}
|
|
},
|
|
"isPreset": true
|
|
},
|
|
{
|
|
"id": "cyber",
|
|
"name": "赛博朋克",
|
|
"styles": {
|
|
"imagePreview": "background-color: #ffffff; padding: 32px 28px;",
|
|
"header": {
|
|
"container": "margin-bottom: 10px;",
|
|
"userInfo": "display: flex; justify-content: space-between; align-items: center; padding: 12px 14px 10px 14px; line-height: normal;",
|
|
"userLeft": "display: flex; align-items: center; gap: 14px;",
|
|
"avatar": {
|
|
"container": "width: 44px; height: 44px; border-radius: 12px; overflow: hidden; cursor: pointer; position: relative; background: linear-gradient(45deg, #ff00ff, #00ffff); box-shadow: 0 0 15px rgba(255, 0, 255, 0.3); transition: all 0.3s ease; &::before { content: ''; position: absolute; inset: 1px; background: #ffffff; border-radius: 11px; z-index: 1; } &::after { content: ''; position: absolute; inset: -2px; background: linear-gradient(45deg, #ff00ff, #00ffff, #05ffa1); border-radius: 14px; z-index: -1; opacity: 0.5; } &:hover { transform: translateY(-2px); box-shadow: 0 0 20px rgba(255, 0, 255, 0.4); &::after { opacity: 0.8; } }",
|
|
"placeholder": "width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(255, 0, 255, 0.1), rgba(0, 255, 255, 0.1)); color: #ff00ff; font-size: 18px; text-shadow: 0 0 10px rgba(255, 0, 255, 0.5); position: relative; z-index: 2;",
|
|
"image": "width: 100%; height: 100%; object-fit: cover; transition: all 0.3s ease; filter: saturate(1.2) contrast(1.1); position: relative; z-index: 2; &:hover { transform: scale(1.05); filter: saturate(1.4) contrast(1.15); }"
|
|
},
|
|
"nameContainer": "display: flex; align-items: center; gap: 8px;",
|
|
"userName": "font-size: 16px; font-weight: 600; color: #ff00ff; cursor: pointer; transition: all 0.2s ease; text-shadow: 0 0 10px rgba(255, 0, 255, 0.3); &:hover { color: #ff2a6d; }",
|
|
"userId": "font-size: 14px; color: #00ffff; cursor: pointer; transition: all 0.2s ease; &:hover { color: #05ffa1; }",
|
|
"postTime": "font-size: 14px; color: #00ffff; cursor: pointer; transition: all 0.2s ease; &:hover { color: #05ffa1; }",
|
|
"verifiedIcon": "width: 20px; height: 20px; margin-left: -5px; fill: #1DA1F2;"
|
|
},
|
|
"footer": {
|
|
"container": "margin-top: 20px; padding: 14px 18px; position: absolute; bottom: 5px; left: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 16px; border-top: 1px solid rgba(0, 255, 255, 0.2); backdrop-filter: blur(8px); background: rgba(255, 255, 255, 0.9);",
|
|
"text": "color: #00ffff; font-size: 13px; cursor: pointer; transition: all 0.2s ease; white-space: nowrap; line-height: 1; display: inline-flex; align-items: center; vertical-align: middle; &:hover { color: #05ffa1; transform: translateY(-1px); }",
|
|
"separator": "color: rgba(255, 0, 255, 0.5); font-size: 13px; line-height: 1; display: inline-flex; align-items: center;"
|
|
},
|
|
"title": {
|
|
"h2": {
|
|
"base": "margin: 0; font-size: 1.5em; line-height: 1.4; display: block; letter-spacing: -0.01em;",
|
|
"content": "font-weight: 600; color: #ff00ff; text-shadow: 0 0 10px rgba(255, 0, 255, 0.3);",
|
|
"after": ""
|
|
},
|
|
"h3": {
|
|
"base": "margin: 0; font-size: 1.25em; line-height: 1.5; display: block;",
|
|
"content": "font-weight: 600; color: #00ffff; text-shadow: 0 0 10px rgba(0, 255, 255, 0.3);",
|
|
"after": ""
|
|
},
|
|
"base": {
|
|
"base": "margin: 0; font-size: 1.1em; line-height: 1.5; display: block;",
|
|
"content": "font-weight: 500; color: #05ffa1; text-shadow: 0 0 10px rgba(5, 255, 161, 0.3);",
|
|
"after": ""
|
|
}
|
|
},
|
|
"paragraph": "line-height: 1.8; margin-bottom: 16px; font-size: 16px; color: #333333; text-align: justify; letter-spacing: 0.2px;",
|
|
"emphasis": {
|
|
"strong": "font-weight: 700; color: #00ffaa; text-shadow: 0 0 12px #00ffaa80;",
|
|
"em": "font-style: normal; color: #4dffbe; background: rgba(77,255,190,0.15); padding: 0 4px;",
|
|
"del": "text-decoration: line-through; color: #2f8f98; opacity: 0.9;"
|
|
},
|
|
"quote": "position: relative; border-left: 4px solid #ff00ff; border-right: 1px solid #f0f0f0; padding: 16px 20px; margin: 1.5em 0; color: #666666; font-size: 16px; line-height: 1.7; background-color: #f8f8f8; border-radius: 6px; font-style: italic; box-shadow: 0 0 15px rgba(255, 0, 255, 0.1);",
|
|
"code": {
|
|
"block": "background: #f8f8f8; padding: 16px; border-radius: 10px; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 14px; position: relative; margin: 24px 0; line-height: 1.6; color: #333333; border: 1px solid rgba(0, 255, 255, 0.2); box-shadow: 0 0 15px rgba(0, 255, 255, 0.1);",
|
|
"inline": "background: #f8f8f8; padding: 4px 10px; border-radius: 4px; color: #333333; font-size: 14px; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; border: 1px solid rgba(0, 255, 255, 0.2);"
|
|
},
|
|
"list": {
|
|
"container": "padding-left: 24px; margin: 16px 0; color: #333333;",
|
|
"item": "margin: 8px 0; font-size: 16px; color: #333333; line-height: 1.8;",
|
|
"taskList": "list-style: none; margin-left: -22px; font-size: 16px; color: #333333; line-height: 1.8;"
|
|
},
|
|
"table": {
|
|
"container": "width: 100%; margin: 24px 0; border-collapse: separate; border-spacing: 0; border-radius: 10px; overflow: hidden; border: 1px solid rgba(0, 255, 255, 0.2); box-shadow: 0 0 15px rgba(0, 255, 255, 0.1);",
|
|
"header": "background: #f8f8f8; font-weight: 600; color: #333333; padding: 14px 18px; border: 1px solid rgba(0, 255, 255, 0.2);",
|
|
"cell": "padding: 14px 18px; color: #333333; border: 1px solid rgba(0, 255, 255, 0.2); background: #ffffff;"
|
|
},
|
|
"hr": "width: 100%; margin: 32px 0; border: none; height: 2px; background: linear-gradient(90deg, #ff00ff 0%, #00ffff 50%, #05ffa1 100%); box-shadow: 0 0 15px rgba(255, 0, 255, 0.3); border-radius: 4px;",
|
|
"image": "max-width: 100%; height: auto; margin: 24px auto; display: block; border-radius: 12px; box-shadow: 0 0 20px rgba(255, 0, 255, 0.2);",
|
|
"link": "color: #00ffaa; text-decoration: none; border-bottom: 2px solid #00ffaa80; transition: all 0.2s ease; text-shadow: 0 0 12px #00ffaa40;",
|
|
"footnote": {
|
|
"ref": "color: #4dffbe; text-decoration: none; font-size: 0.9em; font-family: 'JetBrains Mono', monospace;",
|
|
"backref": "color: #4dffbe; text-decoration: none; font-size: 0.9em; font-family: 'JetBrains Mono', monospace;"
|
|
}
|
|
},
|
|
"isPreset": true
|
|
},
|
|
{
|
|
"id": "warm",
|
|
"name": "暖阳文艺",
|
|
"styles": {
|
|
"imagePreview": "background-color: #fffaf5; padding: 32px 28px;",
|
|
"header": {
|
|
"avatar": {
|
|
"container": "width: 42px; height: 42px; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 16px rgba(184,115,51,0.1); border: 1px solid #b8733380;",
|
|
"placeholder": "background: linear-gradient(135deg, #fff0e6, #ffe4c4); transition: all 0.3s ease;",
|
|
"image": "object-fit: cover; transition: transform 0.3s ease; filter: brightness(1.05) contrast(1.02);"
|
|
},
|
|
"nameContainer": "display: flex; align-items: center; gap: 8px;",
|
|
"userName": "font-size: 17px; font-weight: 600; color: #8b4513; serif; text-shadow: 0 2px 4px rgba(139,69,19,0.1);",
|
|
"userId": "font-size: 14px; color: #b87333; font-family: 'Noto Serif SC', serif;",
|
|
"postTime": "font-size: 13px; color: #d2691e; font-style: italic;",
|
|
"verifiedIcon": "width: 20px; height: 20px; margin-left: -5px; fill: #1DA1F2;"
|
|
},
|
|
"footer": {
|
|
"container": "position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 16px; color: #b87333; font-size: 13px; border-top: 1px solid #b8733380; background: rgba(255,250,245,0.95); backdrop-filter: blur(8px);",
|
|
"text": "color: inherit; transition: color 0.2s ease; font-style: italic; white-space: nowrap;",
|
|
"separator": "color: #deb887;"
|
|
},
|
|
"title": {
|
|
"h2": {
|
|
"base": "margin: 10px 0 0; font-size: 1.6em; letter-spacing: 0.01em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #8b4513; ",
|
|
"after": ""
|
|
},
|
|
"h3": {
|
|
"base": "margin: 8px 0 0; font-size: 1.3em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #8b4513; ",
|
|
"after": ""
|
|
},
|
|
"base": {
|
|
"base": "margin: 6px 0 0; font-size: 1.15em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #8b4513;",
|
|
"after": ""
|
|
}
|
|
},
|
|
"paragraph": "line-height: 1.75; margin-bottom: 1.1em; font-size: 15px; color: #5a4a42;",
|
|
"emphasis": {
|
|
"strong": "font-weight: 600; color: #d2691e; text-shadow: 0 2px 4px rgba(210,105,30,0.1);",
|
|
"em": "font-style: normal; color: #b87333; background: rgba(184,115,51,0.1); padding: 0 4px; border-left: 2px solid #b8733380;",
|
|
"del": "text-decoration: line-through; color: #8b4513; opacity: 0.8;"
|
|
},
|
|
"list": {
|
|
"container": "padding-left: 26px; margin-bottom: 1.2em; color: #6b4423;",
|
|
"item": "margin-bottom: 0.8em; font-size: 15px; color: #6b4423; line-height: 1.85; font-family: 'Noto Serif SC', serif;",
|
|
"taskList": "list-style: none; margin-left: -22px; font-size: 15px; color: #6b4423; line-height: 1.85; font-family: 'Noto Serif SC', serif;"
|
|
},
|
|
"code": {
|
|
"block": "background: #fff6e9; padding: 1.2em; border-radius: 8px; font-size: 14px; font-family: 'Fira Code', monospace; line-height: 1.6; white-space: pre-wrap; word-wrap: break-word; color: #8b4513; margin: 1.3em 0; border: 1px solid #b8733380; box-shadow: inset 0 4px 12px rgba(184,115,51,0.05), 0 2px 8px rgba(184,115,51,0.05);",
|
|
"inline": "background: #fff6e9; padding: 4px 10px; border-radius: 4px; color: #8b4513; font-size: 14px; font-family: 'Fira Code', monospace; border: 1px solid #b8733380;"
|
|
},
|
|
"quote": "border-left: 3px solid #deb887; padding: 0 0 0 20px; margin: 1.3em 0; color: #b87333; font-style: italic; font-size: 15px; line-height: 1.85; font-family: 'Noto Serif SC', serif; background: linear-gradient(to right, rgba(222,184,135,0.1), transparent);",
|
|
"image": "max-width: 100%; height: auto; margin: 1.5em auto; border-radius: 12px; box-shadow: 0 4px 16px rgba(184,115,51,0.1); border: 1px solid #b8733380;",
|
|
"link": "color: #d2691e; text-decoration: none; background-image: linear-gradient(to right, #d2691e80, #b8733380); background-size: 0% 1px; background-repeat: no-repeat; background-position: 0 100%; transition: all 0.3s ease; font-family: 'Noto Serif SC', serif;",
|
|
"table": {
|
|
"container": "width: 100%; margin: 1.4em 0; border-collapse: separate; border-spacing: 0; border: 1px solid #b8733380; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(184,115,51,0.05);",
|
|
"header": "background: linear-gradient(135deg, #fff6e9, #fffaf5); font-weight: 600; color: #8b4513; padding: 14px; font-family: 'Noto Serif SC', serif; border-bottom: 2px solid #b8733380;",
|
|
"cell": "padding: 14px; color: #6b4423; border-top: 1px solid #b8733380; font-family: 'Noto Serif SC', serif;"
|
|
},
|
|
"hr": "border: none; border-top: 2px solid #b8733380; margin: 28px 0; box-shadow: 0 2px 8px rgba(184,115,51,0.05);",
|
|
"footnote": {
|
|
"ref": "color: #b87333; text-decoration: none; font-size: 0.9em; font-style: italic;",
|
|
"backref": "color: #b87333; text-decoration: none; font-size: 0.9em; font-style: italic;"
|
|
}
|
|
},
|
|
"isPreset": true
|
|
},
|
|
{
|
|
"id": "forest",
|
|
"name": "森林清晨",
|
|
"styles": {
|
|
"imagePreview": "background-color: #1a2420; padding: 32px 28px;",
|
|
"header": {
|
|
"avatar": {
|
|
"container": "width: 40px; height: 40px; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 16px rgba(46,204,113,0.15); border: 1px solid #2ecc7180;",
|
|
"placeholder": "background: #243830; transition: all 0.3s ease;",
|
|
"image": "object-fit: cover; transition: transform 0.3s ease; filter: brightness(1.05);"
|
|
},
|
|
"nameContainer": "display: flex; align-items: center; gap: 10px;",
|
|
"userName": "font-size: 16px; font-weight: 600; color: #2ecc71; text-shadow: 0 2px 4px rgba(46,204,113,0.1);",
|
|
"userId": "font-size: 14px; color: #27ae60; font-family: 'SF Pro Text';",
|
|
"postTime": "font-size: 13px; color: #16a085; letter-spacing: 0.02em;",
|
|
"verifiedIcon": "width: 20px; height: 20px; margin-left: -5px; fill: #1DA1F2;"
|
|
},
|
|
"footer": {
|
|
"container": "position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 16px; color: #27ae60; font-size: 13px; border-top: 1px solid #2ecc7140; background: rgba(26,36,32,0.95); backdrop-filter: blur(12px);",
|
|
"text": "color: inherit; transition: color 0.2s ease; white-space: nowrap;",
|
|
"separator": "color: #16a085;"
|
|
},
|
|
"title": {
|
|
"h2": {
|
|
"base": "margin: 0; font-size: 1.5em; letter-spacing: -0.01em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #2ecc71; text-shadow: 0 2px 4px rgba(46,204,113,0.1);",
|
|
"after": ""
|
|
},
|
|
"h3": {
|
|
"base": "margin: 28px 0 0; font-size: 1.25em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #2ecc71;",
|
|
"after": ""
|
|
},
|
|
"base": {
|
|
"base": "margin: 24px 0 0; font-size: 1.1em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #2ecc71;",
|
|
"after": ""
|
|
}
|
|
},
|
|
"paragraph": "line-height: 1.8; margin-bottom: 1.1em; font-size: 15px; color: #e8f5e9;",
|
|
"emphasis": {
|
|
"strong": "font-weight: 700; color: #2ecc71; text-shadow: 0 2px 4px rgba(46,204,113,0.2);",
|
|
"em": "font-style: normal; color: #27ae60; background: rgba(39,174,96,0.1); padding: 0 4px; border-radius: 2px;",
|
|
"del": "text-decoration: line-through; color: #16a085; opacity: 0.8;"
|
|
},
|
|
"list": {
|
|
"container": "padding-left: 26px; margin-bottom: 1.2em; color: #a8e6cf;",
|
|
"item": "margin-bottom: 0.7em; font-size: 15px; color: #a8e6cf; line-height: 1.75;",
|
|
"taskList": "list-style: none; margin-left: -22px; font-size: 15px; color: #a8e6cf; line-height: 1.75;"
|
|
},
|
|
"code": {
|
|
"block": "background: #243830; padding: 1.2em; border-radius: 14px; font-size: 14px; font-family: 'SF Mono', Menlo, monospace; line-height: 1.6; white-space: pre-wrap; word-wrap: break-word; color: #a8e6cf; margin: 1.5em 0; box-shadow: inset 0 4px 12px rgba(0,0,0,0.1); border: 1px solid #2ecc7180;",
|
|
"inline": "background: #243830; padding: 4px 10px; border-radius: 6px; color: #a8e6cf; font-size: 14px; font-family: 'SF Mono', Menlo, monospace; border: 1px solid #2ecc7180;"
|
|
},
|
|
"quote": "border-left: 3px solid #2ecc71; padding: 0 0 0 20px; margin: 1.5em 0; color: #27ae60; font-style: normal; font-size: 15px; line-height: 1.75; background: rgba(46,204,113,0.05);",
|
|
"image": "max-width: 100%; height: auto; margin: 1.5em auto; border-radius: 14px; box-shadow: 0 8px 24px rgba(46,204,113,0.1); border: 1px solid #2ecc7180;",
|
|
"link": "color: #2ecc71; text-decoration: none; border-bottom: 1px solid #2ecc7180; transition: all 0.2s ease; text-shadow: 0 2px 4px rgba(46,204,113,0.1);",
|
|
"table": {
|
|
"container": "width: 100%; margin: 1.5em 0; border-collapse: separate; border-spacing: 0; border-radius: 14px; overflow: hidden; border: 1px solid #2ecc7180; box-shadow: 0 4px 12px rgba(46,204,113,0.1);",
|
|
"header": "background: #243830; font-weight: 600; color: #2ecc71; padding: 14px; border-bottom: 1px solid #2ecc7180;",
|
|
"cell": "padding: 14px; color: #a8e6cf; border-top: 1px solid #2ecc7180;"
|
|
},
|
|
"hr": "border: none; border-top: 1px solid #2ecc7180; margin: 32px 0; box-shadow: 0 2px 8px rgba(46,204,113,0.1);",
|
|
"footnote": {
|
|
"ref": "color: #27ae60; text-decoration: none; font-size: 0.9em;",
|
|
"backref": "color: #27ae60; text-decoration: none; font-size: 0.9em;"
|
|
}
|
|
},
|
|
"isPreset": true
|
|
},
|
|
{
|
|
"id": "ocean",
|
|
"name": "深海之境",
|
|
"styles": {
|
|
"imagePreview": "background-color: #0a192f; padding: 32px 28px;",
|
|
"header": {
|
|
"avatar": {
|
|
"container": "width: 40px; height: 40px; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 16px rgba(64,169,255,0.25); border: 1px solid #1d3552;",
|
|
"placeholder": "background: linear-gradient(135deg, #112a45, #1d3552); transition: all 0.3s ease;",
|
|
"image": "object-fit: cover; transition: transform 0.3s ease; filter: brightness(1.1) contrast(1.05);"
|
|
},
|
|
"nameContainer": "display: flex; align-items: center; gap: 10px;",
|
|
"userName": "font-size: 16px; font-weight: 700; color: #40a9ff; text-shadow: 0 2px 8px rgba(64,169,255,0.2);",
|
|
"userId": "font-size: 14px; color: #69c0ff; font-family: 'SF Pro Text';",
|
|
"postTime": "font-size: 13px; color: #91d5ff; letter-spacing: 0.03em;",
|
|
"verifiedIcon": "width: 20px; height: 20px; margin-left: -5px; fill: #1DA1F2;"
|
|
},
|
|
"footer": {
|
|
"container": "position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 16px; color: #69c0ff; font-size: 13px; border-top: 1px solid #1d3552; background: rgba(10,25,47,0.95); backdrop-filter: blur(12px);",
|
|
"text": "color: inherit; transition: color 0.2s ease; white-space: nowrap;",
|
|
"separator": "color: #91d5ff;"
|
|
},
|
|
"title": {
|
|
"h2": {
|
|
"base": "margin: 0; font-size: 1.5em; letter-spacing: -0.01em; line-height: 1.5;",
|
|
"content": "font-weight: 700; color: #40a9ff; text-shadow: 0 2px 8px rgba(64,169,255,0.15);",
|
|
"after": ""
|
|
},
|
|
"h3": {
|
|
"base": "margin: 28px 0 0; font-size: 1.25em; line-height: 1.5;",
|
|
"content": "font-weight: 700; color: #40a9ff;",
|
|
"after": ""
|
|
},
|
|
"base": {
|
|
"base": "margin: 24px 0 0; font-size: 1.1em; line-height: 1.5;",
|
|
"content": "font-weight: 700; color: #40a9ff;",
|
|
"after": ""
|
|
}
|
|
},
|
|
"paragraph": "line-height: 1.8; margin-bottom: 1.2em; font-size: 15px; color: #e6f7ff;",
|
|
"emphasis": {
|
|
"strong": "font-weight: 700; color: #40a9ff; text-shadow: 0 2px 8px rgba(64,169,255,0.2);",
|
|
"em": "font-style: normal; color: #69c0ff; background: rgba(105,192,255,0.1); padding: 0 4px; border-left: 2px solid #69c0ff80;",
|
|
"del": "text-decoration: line-through; color: #91d5ff; opacity: 0.8;"
|
|
},
|
|
"list": {
|
|
"container": "padding-left: 28px; margin-bottom: 1.2em; color: #bae7ff;",
|
|
"item": "margin-bottom: 0.8em; font-size: 15px; color: #bae7ff; line-height: 1.8;",
|
|
"taskList": "list-style: none; margin-left: -24px; font-size: 15px; color: #bae7ff; line-height: 1.8;"
|
|
},
|
|
"code": {
|
|
"block": "background: #112a45; padding: 1.2em; border-radius: 14px; font-size: 14px; font-family: 'SF Mono', Menlo, monospace; line-height: 1.6; white-space: pre-wrap; word-wrap: break-word; color: #bae7ff; margin: 1.5em 0; box-shadow: inset 0 4px 12px rgba(0,0,0,0.15), 0 2px 8px rgba(64,169,255,0.1); border: 1px solid #1d3552;",
|
|
"inline": "background: #112a45; padding: 4px 10px; border-radius: 6px; color: #bae7ff; font-size: 14px; font-family: 'SF Mono', Menlo, monospace; border: 1px solid #1d3552;"
|
|
},
|
|
"quote": "border-left: 3px solid #40a9ff; padding: 0 0 0 20px; margin: 1.5em 0; color: #69c0ff; font-style: normal; font-size: 15px; line-height: 1.8; background: linear-gradient(to right, rgba(64,169,255,0.05), transparent);",
|
|
"image": "max-width: 100%; height: auto; margin: 1.5em auto; border-radius: 14px; box-shadow: 0 8px 24px rgba(64,169,255,0.25); border: 1px solid #69c0ff80;",
|
|
"link": "color: #40a9ff; text-decoration: none; border-bottom: 1px solid rgba(64,169,255,0.3); transition: all 0.2s ease; text-shadow: 0 2px 4px rgba(64,169,255,0.1);",
|
|
"table": {
|
|
"container": "width: 100%; margin: 1.5em 0; border-collapse: separate; border-spacing: 0; border-radius: 14px; overflow: hidden; border: 1px solid #1d3552; box-shadow: 0 4px 12px rgba(64,169,255,0.15);",
|
|
"header": "background: linear-gradient(135deg, #112a45, #0a192f); font-weight: 700; color: #40a9ff; padding: 14px; border-bottom: 2px solid #1d3552;",
|
|
"cell": "padding: 14px; color: #bae7ff; border-top: 1px solid #1d3552;"
|
|
},
|
|
"hr": "border: none; border-top: 2px solid #1d3552; margin: 32px 0; box-shadow: 0 2px 8px rgba(64,169,255,0.15);",
|
|
"footnote": {
|
|
"ref": "color: #69c0ff; text-decoration: none; font-size: 0.9em;",
|
|
"backref": "color: #69c0ff; text-decoration: none; font-size: 0.9em;"
|
|
}
|
|
},
|
|
"isPreset": true
|
|
},
|
|
{
|
|
"id": "sakura",
|
|
"name": "樱花飞舞",
|
|
"styles": {
|
|
"imagePreview": "background-color: #1f1a1d; padding: 32px 28px;",
|
|
"header": {
|
|
"avatar": {
|
|
"container": "width: 40px; height: 40px; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 16px rgba(255,182,193,0.25); border: 1px solid #ffb6c180;",
|
|
"placeholder": "background: linear-gradient(135deg, #2d2428, #3a2d33); transition: all 0.3s ease;",
|
|
"image": "object-fit: cover; transition: transform 0.3s ease; filter: brightness(1.05) contrast(1.02);"
|
|
},
|
|
"nameContainer": "display: flex; align-items: center; gap: 10px;",
|
|
"userName": "font-size: 16px; font-weight: 700; color: #ffb6c1; text-shadow: 0 2px 8px rgba(255,182,193,0.2);",
|
|
"userId": "font-size: 14px; color: #ff8da1; font-family: 'SF Pro Text';",
|
|
"postTime": "font-size: 13px; color: #ff6b88; letter-spacing: 0.03em;",
|
|
"verifiedIcon": "width: 20px; height: 20px; margin-left: -5px; fill: #1DA1F2;"
|
|
},
|
|
"footer": {
|
|
"container": "position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 16px; color: #ff8da1; font-size: 13px; border-top: 1px solid #ffb6c140; background: rgba(31,26,29,0.95); backdrop-filter: blur(12px);",
|
|
"text": "color: inherit; transition: color 0.2s ease; white-space: nowrap;",
|
|
"separator": "color: #ff6b88;"
|
|
},
|
|
"title": {
|
|
"h2": {
|
|
"base": "margin: 0; font-size: 1.5em; letter-spacing: -0.01em; line-height: 1.5;",
|
|
"content": "font-weight: 700; color: #ffb6c1; text-shadow: 0 2px 8px rgba(255,182,193,0.15);",
|
|
"after": ""
|
|
},
|
|
"h3": {
|
|
"base": "margin: 28px 0 0; font-size: 1.25em; line-height: 1.5;",
|
|
"content": "font-weight: 700; color: #ffb6c1;",
|
|
"after": ""
|
|
},
|
|
"base": {
|
|
"base": "margin: 24px 0 0; font-size: 1.1em; line-height: 1.5;",
|
|
"content": "font-weight: 700; color: #ffb6c1;",
|
|
"after": ""
|
|
}
|
|
},
|
|
"paragraph": "line-height: 1.8; margin-bottom: 1.2em; font-size: 15px; color: #fff5f7;",
|
|
"emphasis": {
|
|
"strong": "font-weight: 700; color: #ff69b4; text-shadow: 0 2px 8px rgba(255,105,180,0.2);",
|
|
"em": "font-style: normal; color: #ff8da1; background: rgba(255,141,161,0.1); padding: 0 4px; border-left: 2px solid #ff8da180;",
|
|
"del": "text-decoration: line-through; color: #ff6b88; opacity: 0.8;"
|
|
},
|
|
"list": {
|
|
"container": "padding-left: 28px; margin-bottom: 1.2em; color: #ffd1d9;",
|
|
"item": "margin-bottom: 0.8em; font-size: 15px; color: #ffd1d9; line-height: 1.8;",
|
|
"taskList": "list-style: none; margin-left: -24px; font-size: 15px; color: #ffd1d9; line-height: 1.8;"
|
|
},
|
|
"code": {
|
|
"block": "background: #2d2428; padding: 1.2em; border-radius: 14px; font-size: 14px; font-family: 'SF Mono', Menlo, monospace; line-height: 1.6; white-space: pre-wrap; word-wrap: break-word; color: #ffd1d9; margin: 1.5em 0; box-shadow: inset 0 4px 12px rgba(0,0,0,0.15), 0 2px 8px rgba(255,182,193,0.1); border: 1px solid #ffb6c180;",
|
|
"inline": "background: #2d2428; padding: 4px 10px; border-radius: 6px; color: #ffd1d9; font-size: 14px; font-family: 'SF Mono', Menlo, monospace; border: 1px solid #ffb6c180;"
|
|
},
|
|
"quote": "border-left: 3px solid #ff8da1; padding: 0 0 0 20px; margin: 1.5em 0; color: #ff8da1; font-style: normal; font-size: 15px; line-height: 1.8; background: linear-gradient(to right, rgba(255,141,161,0.05), transparent);",
|
|
"image": "max-width: 100%; height: auto; margin: 1.5em auto; border-radius: 14px; box-shadow: 0 8px 24px rgba(255,182,193,0.25); border: 1px solid #ffb6c180;",
|
|
"link": "color: #ffb6c1; text-decoration: none; border-bottom: 1px solid rgba(255,182,193,0.3); transition: all 0.2s ease; text-shadow: 0 2px 4px rgba(255,182,193,0.1);",
|
|
"table": {
|
|
"container": "width: 100%; margin: 1.5em 0; border-collapse: separate; border-spacing: 0; border-radius: 14px; overflow: hidden; border: 1px solid #ffb6c180; box-shadow: 0 4px 12px rgba(255,182,193,0.15);",
|
|
"header": "background: linear-gradient(135deg, #2d2428, #1f1a1d); font-weight: 700; color: #ffb6c1; padding: 14px; border-bottom: 2px solid #ffb6c180;",
|
|
"cell": "padding: 14px; color: #ffd1d9; border-top: 1px solid #ffb6c180;"
|
|
},
|
|
"hr": "border: none; border-top: 2px solid #ffb6c180; margin: 32px 0; box-shadow: 0 2px 8px rgba(255,182,193,0.15);",
|
|
"footnote": {
|
|
"ref": "color: #ff8da1; text-decoration: none; font-size: 0.9em;",
|
|
"backref": "color: #ff8da1; text-decoration: none; font-size: 0.9em;"
|
|
}
|
|
},
|
|
"isPreset": true
|
|
},
|
|
{
|
|
"id": "starry",
|
|
"name": "星空梦境",
|
|
"styles": {
|
|
"imagePreview": "background-color: #0d0f1a; padding: 32px 28px;",
|
|
"header": {
|
|
"avatar": {
|
|
"container": "width: 40px; height: 40px; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 24px rgba(147,112,219,0.3); border: 1px solid #9370db80;",
|
|
"placeholder": "background: linear-gradient(135deg, #252640, #1a1b2e); transition: all 0.3s ease;",
|
|
"image": "object-fit: cover; transition: transform 0.3s ease; filter: brightness(1.1) contrast(1.05);"
|
|
},
|
|
"nameContainer": "display: flex; align-items: center; gap: 10px;",
|
|
"userName": "font-size: 16px; font-weight: 700; color: #9370db; text-shadow: 0 2px 8px rgba(147,112,219,0.2);",
|
|
"userId": "font-size: 14px; color: #b19cd9; font-family: 'SF Pro Text';",
|
|
"postTime": "font-size: 13px; color: #8a7bb5; letter-spacing: 0.03em;",
|
|
"verifiedIcon": "width: 20px; height: 20px; margin-left: -5px; fill: #1DA1F2;"
|
|
},
|
|
"footer": {
|
|
"container": "position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 16px; color: #b19cd9; font-size: 13px; border-top: 1px solid #252640; background: rgba(13,15,26,0.95); backdrop-filter: blur(12px);",
|
|
"text": "color: inherit; transition: color 0.2s ease; white-space: nowrap;",
|
|
"separator": "color: #8a7bb5;"
|
|
},
|
|
"title": {
|
|
"h2": {
|
|
"base": "margin: 0; font-size: 1.5em; letter-spacing: -0.01em; line-height: 1.5;",
|
|
"content": "font-weight: 700; color: #9370db; text-shadow: 0 2px 8px rgba(147,112,219,0.15);",
|
|
"after": ""
|
|
},
|
|
"h3": {
|
|
"base": "margin: 28px 0 0; font-size: 1.25em; line-height: 1.5;",
|
|
"content": "font-weight: 700; color: #9370db;",
|
|
"after": ""
|
|
},
|
|
"base": {
|
|
"base": "margin: 24px 0 0; font-size: 1.1em; line-height: 1.5;",
|
|
"content": "font-weight: 700; color: #9370db;",
|
|
"after": ""
|
|
}
|
|
},
|
|
"paragraph": "line-height: 1.8; margin-bottom: 1.2em; font-size: 15px; color: #f0e6ff;",
|
|
"emphasis": {
|
|
"strong": "font-weight: 700; color: #9b59b6; text-shadow: 0 2px 8px rgba(155,89,182,0.2);",
|
|
"em": "font-style: normal; color: #b19cd9; background: rgba(177,156,217,0.1); padding: 0 4px; border-left: 2px solid #b19cd980;",
|
|
"del": "text-decoration: line-through; color: #8a7bb5; opacity: 0.8;"
|
|
},
|
|
"list": {
|
|
"container": "padding-left: 28px; margin-bottom: 1.2em; color: #d8cef6;",
|
|
"item": "margin-bottom: 0.8em; font-size: 15px; color: #d8cef6; line-height: 1.8;",
|
|
"taskList": "list-style: none; margin-left: -24px; font-size: 15px; color: #d8cef6; line-height: 1.8;"
|
|
},
|
|
"code": {
|
|
"block": "background: #252640; padding: 1.2em; border-radius: 14px; font-size: 14px; font-family: 'SF Mono', Menlo, monospace; line-height: 1.6; white-space: pre-wrap; word-wrap: break-word; color: #d8cef6; margin: 1.5em 0; box-shadow: inset 0 4px 12px rgba(0,0,0,0.15), 0 2px 8px rgba(147,112,219,0.1); border: 1px solid #9370db80;",
|
|
"inline": "background: #252640; padding: 4px 10px; border-radius: 6px; color: #d8cef6; font-size: 14px; font-family: 'SF Mono', Menlo, monospace; border: 1px solid #9370db80;"
|
|
},
|
|
"quote": "border-left: 3px solid #b19cd9; padding: 0 0 0 20px; margin: 1.5em 0; color: #b19cd9; font-style: normal; font-size: 15px; line-height: 1.8; background: linear-gradient(to right, rgba(177,156,217,0.05), transparent);",
|
|
"image": "max-width: 100%; height: auto; margin: 1.5em auto; border-radius: 14px; box-shadow: 0 8px 24px rgba(147,112,219,0.25); border: 1px solid #9370db80;",
|
|
"link": "color: #9370db; text-decoration: none; background-image: linear-gradient(to right, #9370db80, #b19cd980); background-size: 0% 1px; background-repeat: no-repeat; background-position: 0 100%; transition: all 0.3s ease; text-shadow: 0 2px 4px rgba(147,112,219,0.1);",
|
|
"table": {
|
|
"container": "width: 100%; margin: 1.5em 0; border-collapse: separate; border-spacing: 0; border-radius: 14px; overflow: hidden; border: 1px solid #9370db80; box-shadow: 0 4px 12px rgba(147,112,219,0.15);",
|
|
"header": "background: linear-gradient(135deg, #252640, #0d0f1a); font-weight: 700; color: #9370db; padding: 14px; border-bottom: 2px solid #9370db80;",
|
|
"cell": "padding: 14px; color: #d8cef6; border-top: 1px solid #9370db80;"
|
|
},
|
|
"hr": "border: none; border-top: 2px solid #9370db80; margin: 32px 0; box-shadow: 0 2px 8px rgba(147,112,219,0.15);",
|
|
"footnote": {
|
|
"ref": "color: #b19cd9; text-decoration: none; font-size: 0.9em;",
|
|
"backref": "color: #b19cd9; text-decoration: none; font-size: 0.9em;"
|
|
}
|
|
},
|
|
"isPreset": true
|
|
},
|
|
{
|
|
"id": "metal",
|
|
"name": "金属科技",
|
|
"styles": {
|
|
"imagePreview": "background-color: #1e2228; padding: 32px 28px;",
|
|
"header": {
|
|
"avatar": {
|
|
"container": "width: 40px; height: 40px; border-radius: 4px; overflow: hidden; box-shadow: 0 4px 16px rgba(192,192,192,0.3); border: 1px solid #4d4d4d80;",
|
|
"placeholder": "background: #282c34; transition: all 0.3s ease;",
|
|
"image": "object-fit: cover; transition: transform 0.3s ease; filter: contrast(1.1) saturate(1.2);"
|
|
},
|
|
"nameContainer": "display: flex; align-items: center; gap: 10px;",
|
|
"userName": "font-size: 16px; font-weight: 700; color: #f0f0f0; text-shadow: 0 2px 4px rgba(0,0,0,0.3);",
|
|
"userId": "font-size: 14px; color: #a0a0a0; font-family: 'SF Pro Display';",
|
|
"postTime": "font-size: 13px; color: #808080; letter-spacing: 0.03em;",
|
|
"verifiedIcon": "width: 20px; height: 20px; margin-left: -5px; fill: #1DA1F2;"
|
|
},
|
|
"footer": {
|
|
"container": "position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 16px; color: #a0a0a0; font-size: 13px; border-top: 1px solid #4d4d4d80; background: rgba(30,34,40,0.95); backdrop-filter: blur(12px);",
|
|
"text": "color: inherit; transition: color 0.2s ease; white-space: nowrap;",
|
|
"separator": "color: #808080;"
|
|
},
|
|
"title": {
|
|
"h2": {
|
|
"base": "margin: 0; font-size: 1.5em; letter-spacing: -0.01em; line-height: 1.5;",
|
|
"content": "font-weight: 700; color: #f0f0f0; text-shadow: 0 2px 4px rgba(0,0,0,0.3);",
|
|
"after": ""
|
|
},
|
|
"h3": {
|
|
"base": "margin: 28px 0 0; font-size: 1.25em; line-height: 1.5;",
|
|
"content": "font-weight: 700; color: #f0f0f0;",
|
|
"after": ""
|
|
},
|
|
"base": {
|
|
"base": "margin: 24px 0 0; font-size: 1.1em; line-height: 1.5;",
|
|
"content": "font-weight: 700; color: #f0f0f0;",
|
|
"after": ""
|
|
}
|
|
},
|
|
"paragraph": "line-height: 1.8; margin-bottom: 1.1em; font-size: 15px; color: #e0e0e0;",
|
|
"emphasis": {
|
|
"strong": "font-weight: 700; color: #4d8ee7; text-shadow: 0 2px 4px rgba(77,142,231,0.2);",
|
|
"em": "font-style: normal; color: #a0a0a0; background: rgba(160,160,160,0.1); padding: 0 4px; border-left: 2px solid #4d4d4d80;",
|
|
"del": "text-decoration: line-through; color: #808080; opacity: 0.8;"
|
|
},
|
|
"list": {
|
|
"container": "padding-left: 26px; margin-bottom: 1.2em; color: #c0c0c0;",
|
|
"item": "margin-bottom: 0.7em; font-size: 15px; color: #c0c0c0; line-height: 1.75;",
|
|
"taskList": "list-style: none; margin-left: -22px; font-size: 15px; color: #c0c0c0; line-height: 1.75;"
|
|
},
|
|
"code": {
|
|
"block": "background: #282c34; padding: 1.2em; border-radius: 4px; font-size: 14px; font-family: 'JetBrains Mono', monospace; line-height: 1.6; white-space: pre-wrap; word-wrap: break-word; color: #e0e0e0; margin: 1.5em 0; border: 1px solid #4d4d4d80; box-shadow: inset 0 4px 12px rgba(0,0,0,0.2);",
|
|
"inline": "background: #282c34; padding: 4px 10px; border-radius: 2px; color: #e0e0e0; font-size: 14px; font-family: 'JetBrains Mono', monospace; border: 1px solid #4d4d4d80;"
|
|
},
|
|
"quote": "border-left: 3px solid #4d8ee7; padding: 0 0 0 20px; margin: 1.5em 0; color: #a0a0a0; font-style: normal; font-size: 15px; line-height: 1.75; background: linear-gradient(to right, rgba(77,142,231,0.1), transparent);",
|
|
"image": "max-width: 100%; height: auto; margin: 1.5em auto; border-radius: 4px; box-shadow: 0 8px 24px rgba(0,0,0,0.3); border: 1px solid #4d4d4d80;",
|
|
"link": "color: #4d8ee7; text-decoration: none; border-bottom: 1px solid #4d8ee780; transition: all 0.2s ease; text-shadow: 0 2px 4px rgba(77,142,231,0.1);",
|
|
"table": {
|
|
"container": "width: 100%; margin: 1.5em 0; border-collapse: separate; border-spacing: 0; border-radius: 4px; overflow: hidden; border: 1px solid #4d4d4d80; box-shadow: 0 4px 12px rgba(0,0,0,0.2);",
|
|
"header": "background: linear-gradient(135deg, #282c34, #1e2228); font-weight: 700; color: #4d8ee7; padding: 14px; border-bottom: 2px solid #4d4d4d80;",
|
|
"cell": "padding: 14px; color: #c0c0c0; border-top: 1px solid #4d4d4d80;"
|
|
},
|
|
"hr": "border: none; border-top: 2px solid #4d4d4d80; margin: 32px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.3);",
|
|
"footnote": {
|
|
"ref": "color: #a0a0a0; text-decoration: none; font-size: 0.9em;",
|
|
"backref": "color: #a0a0a0; text-decoration: none; font-size: 0.9em;"
|
|
}
|
|
},
|
|
"isPreset": true
|
|
},
|
|
{
|
|
"id": "yueling",
|
|
"name": "悦灵雅棕",
|
|
"styles": {
|
|
"imagePreview": "background-color: #1c1c1e; padding: 28px 24px;",
|
|
"header": {
|
|
"avatar": {
|
|
"container": "width: 40px; height: 40px; border-radius: 12px; overflow: hidden;",
|
|
"placeholder": "background: #2c2c2e; transition: all 0.3s ease;",
|
|
"image": "object-fit: cover; transition: transform 0.3s ease;"
|
|
},
|
|
"nameContainer": "display: flex; align-items: center; gap: 8px;",
|
|
"userName": "font-size: 16px; font-weight: 600; color: #ffffff;",
|
|
"userId": "font-size: 14px; color: #98989d;",
|
|
"postTime": "font-size: 13px; color: #636366;",
|
|
"verifiedIcon": "width: 20px; height: 20px; margin-left: -5px; fill: #1DA1F2;"
|
|
},
|
|
"footer": {
|
|
"container": "position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 16px; color: #98989d; font-size: 13px; border-top: 1px solid #2c2c2e; background: #1c1c1e;",
|
|
"text": "color: inherit; transition: color 0.2s ease; white-space: nowrap;",
|
|
"separator": "color: #636366;"
|
|
},
|
|
"title": {
|
|
"h2": {
|
|
"base": "margin: 0; font-size: 1.5em; letter-spacing: -0.01em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #f2f2f7;",
|
|
"after": ""
|
|
},
|
|
"h3": {
|
|
"base": "margin: 26px 0 0; font-size: 1.25em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #f2f2f7;",
|
|
"after": ""
|
|
},
|
|
"base": {
|
|
"base": "margin: 22px 0 0; font-size: 1.1em; line-height: 1.5;",
|
|
"content": "font-weight: 600; color: #f2f2f7;",
|
|
"after": ""
|
|
}
|
|
},
|
|
"paragraph": "line-height: 1.8; margin-bottom: 1.1em; font-size: 15px; color: #ffffff;",
|
|
"emphasis": {
|
|
"strong": "font-weight: 700; color: #c57512;",
|
|
"em": "font-style: italic; color: #c57512;",
|
|
"del": "text-decoration: line-through; color: #636366;"
|
|
},
|
|
"list": {
|
|
"container": "padding-left: 26px; margin-bottom: 1.1em; color: #d1d1d6;",
|
|
"item": "margin-bottom: 0.7em; font-size: 15px; color: #d1d1d6; line-height: 1.75;",
|
|
"taskList": "list-style: none; margin-left: -22px; font-size: 15px; color: #d1d1d6; line-height: 1.75;"
|
|
},
|
|
"code": {
|
|
"block": "background: #2c2c2e; padding: 1em 1.2em; border-radius: 12px; font-size: 14px; font-family: SF Mono, Menlo, monospace; line-height: 1.6; white-space: pre-wrap; word-wrap: break-word; color: #ffffff; margin: 1.3em 0;",
|
|
"inline": "background: #2c2c2e; padding: 3px 8px; border-radius: 6px; color: #ffffff; font-size: 14px; font-family: SF Mono, Menlo, monospace;"
|
|
},
|
|
"quote": "border-left: 3px solid #c57512; padding: 0 0 0 18px; margin: 1.2em 0; color: #f2f2f7; font-style: normal; font-size: 15px; line-height: 1.75;",
|
|
"image": "max-width: 100%; height: auto; margin: 1.3em auto; border-radius: 12px;",
|
|
"link": "color: #c57512; text-decoration: underline; text-underline-offset: 2px; transition: opacity 0.2s ease;",
|
|
"table": {
|
|
"container": "width: 100%; margin: 1.3em 0; border-collapse: separate; border-spacing: 0; border-radius: 12px; overflow: hidden; border: 1px solid #2c2c2e;",
|
|
"header": "background: #2c2c2e; font-weight: 600; color: #f2f2f7; padding: 12px;",
|
|
"cell": "padding: 12px; color: #d1d1d6; border-top: 1px solid #2c2c2e;"
|
|
},
|
|
"hr": "border: none; border-top: 1px solid #2c2c2e; margin: 26px 0;",
|
|
"footnote": {
|
|
"ref": "color: #98989d; text-decoration: none; font-size: 0.9em;",
|
|
"backref": "color: #98989d; text-decoration: none; font-size: 0.9em;"
|
|
}
|
|
},
|
|
"isPreset": true
|
|
}
|
|
],
|
|
"customThemes": [],
|
|
"userAvatar": "",
|
|
"userName": "夜半",
|
|
"notesTitle": "备忘录",
|
|
"userId": "@Yeban",
|
|
"showTime": true,
|
|
"timeFormat": "zh-CN",
|
|
"headingLevel": "h2",
|
|
"footerLeftText": "夜半过后,光明便启程",
|
|
"footerRightText": "欢迎关注公众号:夜半",
|
|
"customFonts": [
|
|
{
|
|
"value": "Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, \"PingFang SC\", Cambria, Cochin, Georgia, Times, \"Times New Roman\", serif",
|
|
"label": "默认字体",
|
|
"isPreset": true
|
|
},
|
|
{
|
|
"value": "SimSun, \"宋体\", serif",
|
|
"label": "宋体",
|
|
"isPreset": true
|
|
},
|
|
{
|
|
"value": "SimHei, \"黑体\", sans-serif",
|
|
"label": "黑体",
|
|
"isPreset": true
|
|
},
|
|
{
|
|
"value": "KaiTi, \"楷体\", serif",
|
|
"label": "楷体",
|
|
"isPreset": true
|
|
},
|
|
{
|
|
"value": "\"Microsoft YaHei\", \"微软雅黑\", sans-serif",
|
|
"label": "雅黑",
|
|
"isPreset": true
|
|
}
|
|
],
|
|
"backgroundSettings": {
|
|
"imageUrl": "",
|
|
"scale": 1,
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0
|
|
}
|
|
},
|
|
"donateCount": 1
|
|
} |