deploy: v0.12 存档迁移+考古日志滚动条

This commit is contained in:
2026-06-24 03:04:38 +00:00
parent 4831505ef9
commit b4c6111516
58986 changed files with 7569452 additions and 31667 deletions
+67
View File
@@ -0,0 +1,67 @@
export default {
"hljs": {
"display": "block",
"overflowX": "auto",
"padding": "0.5em",
"background": "white",
"color": "black"
},
"hljs-string": {
"color": "#888"
},
"hljs-variable": {
"color": "#888"
},
"hljs-template-variable": {
"color": "#888"
},
"hljs-symbol": {
"color": "#888"
},
"hljs-bullet": {
"color": "#888"
},
"hljs-section": {
"color": "#888",
"fontWeight": "bold"
},
"hljs-addition": {
"color": "#888"
},
"hljs-attribute": {
"color": "#888"
},
"hljs-link": {
"color": "#888"
},
"hljs-comment": {
"color": "#ccc"
},
"hljs-quote": {
"color": "#ccc"
},
"hljs-meta": {
"color": "#ccc"
},
"hljs-deletion": {
"color": "#ccc"
},
"hljs-keyword": {
"fontWeight": "bold"
},
"hljs-selector-tag": {
"fontWeight": "bold"
},
"hljs-name": {
"fontWeight": "bold"
},
"hljs-type": {
"fontWeight": "bold"
},
"hljs-strong": {
"fontWeight": "bold"
},
"hljs-emphasis": {
"fontStyle": "italic"
}
};