@cherry-markdown/cherry-markdown-dev 0.9.4-dev.202507101127.4df364a → 0.9.4-dev.202507110227.ddd4d9a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/addons/advance/cherry-table-echarts-plugin.js +1 -1
- package/dist/addons/cherry-code-block-plantuml-plugin.js +1 -1
- package/dist/cherry-markdown.core.common.js +1 -1
- package/dist/cherry-markdown.core.js +1 -1
- package/dist/cherry-markdown.css +8 -2
- package/dist/cherry-markdown.engine.core.common.js +1 -1
- package/dist/cherry-markdown.engine.core.esm.js +1 -1
- package/dist/cherry-markdown.engine.core.js +1 -1
- package/dist/cherry-markdown.esm.js +1 -1
- package/dist/cherry-markdown.js +1 -1
- package/dist/cherry-markdown.markdown.css +7 -2
- package/dist/cherry-markdown.markdown.min.css +1 -1
- package/dist/cherry-markdown.min.css +1 -1
- package/dist/cherry-markdown.min.js +1 -1
- package/dist/fonts/ch-icon.eot +0 -0
- package/dist/fonts/ch-icon.ttf +0 -0
- package/dist/fonts/ch-icon.woff +0 -0
- package/dist/fonts/ch-icon.woff2 +0 -0
- package/package.json +1 -1
package/dist/cherry-markdown.css
CHANGED
|
@@ -4358,6 +4358,7 @@ div[data-code-wrap=wrap] div[data-type=codeBlock] code[class*=language-] {
|
|
|
4358
4358
|
height: auto;
|
|
4359
4359
|
padding: 2px 15px;
|
|
4360
4360
|
border-top: 1px solid #eee;
|
|
4361
|
+
align-items: center;
|
|
4361
4362
|
}
|
|
4362
4363
|
.cherry-shortcut-key-config-panel-wrapper .cherry-shortcut-key-config-panel-inner .cherry-shortcut-key-config-panel-ul .shortcut-key-item .input-shortcut-wrapper {
|
|
4363
4364
|
width: 100px;
|
|
@@ -5645,8 +5646,8 @@ div[data-code-wrap=wrap] div[data-type=codeBlock] code[class*=language-] {
|
|
|
5645
5646
|
--editor-v3-color: var(--primary-color);
|
|
5646
5647
|
--editor-keyword-color: var(--oc-yellow-3);
|
|
5647
5648
|
--editor-selection-bg: rgba(134, 142, 150, 0.8);
|
|
5648
|
-
--dropdown-item-hover-bg: var(--
|
|
5649
|
-
--dropdown-item-hover-color: var(--
|
|
5649
|
+
--dropdown-item-hover-bg: var(--oc-gray-9);
|
|
5650
|
+
--dropdown-item-hover-color: var(--oc-orange-5);
|
|
5650
5651
|
--dropdown-item-active-bg: var(--secondary-color);
|
|
5651
5652
|
--dropdown-item-active-color: var(--primary-color);
|
|
5652
5653
|
/* ========== Markdown 相关变量 ========== */
|
|
@@ -5712,6 +5713,11 @@ div[data-code-wrap=wrap] div[data-type=codeBlock] code[class*=language-] {
|
|
|
5712
5713
|
border-left-width: 18px;
|
|
5713
5714
|
}
|
|
5714
5715
|
|
|
5716
|
+
/** 快捷键配置面板样式 */
|
|
5717
|
+
.cherry-shortcut-key-config-panel-wrapper .shortcut-panel-title, .cherry-shortcut-key-config-panel-wrapper .shortcut-panel-settings {
|
|
5718
|
+
color: var(--oc-gray-9);
|
|
5719
|
+
}
|
|
5720
|
+
|
|
5715
5721
|
/** 预览区域样式 */
|
|
5716
5722
|
.cherry-markdown.theme__dark {
|
|
5717
5723
|
/** 目录 */
|