Skip to content

Commit 46cdc36

Browse files
committedSep 25, 2023
add config.embedCode 添加嵌入代码块配置功能
·
v1.0.6preview.3
1 parent 09b1bc8 commit 46cdc36

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+677
-665
lines changed
 

‎apps/frontend/public/notebook/test.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
data-dark-theme="midnight"
77
>
88
<head>
9+
910
<meta charset="utf-8" />
1011
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1112
<meta
@@ -109,6 +110,7 @@
109110
</style>
110111
</head>
111112
<body>
113+
112114
<div
113115
class="protyle-wysiwyg protyle-wysiwyg--attr"
114116
style="max-width: 800px;margin: 0 auto;"
@@ -308,16 +310,6 @@
308310

309311

310312
</div>
311-
<footer>
312-
<p style="text-align:center;margin:15px 0;">
313-
技术支持:
314-
<a target="_blank" href="https://github.com/2234839/oceanPress_js">OceanPress</a> |
315-
开发者:
316-
<a target="_blank" href="https://heartstack.space/user/%E5%AD%90%E8%99%9A/posts"
317-
>崮生(子虚)</a
318-
>
319-
</p>
320-
</footer>
321313
<script src="https://cdn.jsdelivr.net/gh/2234839/oceanPress_js@main/apps/frontend/public/notebook/appearance/icons/material/icon.js?2.10.5"></script>
322314
<script src="https://cdn.jsdelivr.net/gh/2234839/oceanPress_js@main/apps/frontend/public/notebook/stage/build/export/protyle-method.js?2.10.5"></script>
323315
<script src="https://cdn.jsdelivr.net/gh/2234839/oceanPress_js@main/apps/frontend/public/notebook/stage/protyle/js/lute/lute.min.js?2.10.5"></script>
@@ -360,5 +352,6 @@
360352
});
361353
});
362354
</script>
355+
363356
</body>
364357
</html>

‎apps/frontend/public/notebook/常见问题.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
data-dark-theme="midnight"
77
>
88
<head>
9+
910
<meta charset="utf-8" />
1011
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1112
<meta
@@ -109,6 +110,7 @@
109110
</style>
110111
</head>
111112
<body>
113+
112114
<div
113115
class="protyle-wysiwyg protyle-wysiwyg--attr"
114116
style="max-width: 800px;margin: 0 auto;"
@@ -524,16 +526,6 @@
524526

525527

526528
</div>
527-
<footer>
528-
<p style="text-align:center;margin:15px 0;">
529-
技术支持:
530-
<a target="_blank" href="https://github.com/2234839/oceanPress_js">OceanPress</a> |
531-
开发者:
532-
<a target="_blank" href="https://heartstack.space/user/%E5%AD%90%E8%99%9A/posts"
533-
>崮生(子虚)</a
534-
>
535-
</p>
536-
</footer>
537529
<script src="https://fastly.jsdelivr.net/gh/siyuan-note/oceanpress@main/apps/frontend/public/notebook/appearance/icons/material/icon.js?2.10.5"></script>
538530
<script src="https://fastly.jsdelivr.net/gh/siyuan-note/oceanpress@main/apps/frontend/public/notebook/stage/build/export/protyle-method.js?2.10.5"></script>
539531
<script src="https://fastly.jsdelivr.net/gh/siyuan-note/oceanpress@main/apps/frontend/public/notebook/stage/protyle/js/lute/lute.min.js?2.10.5"></script>
@@ -576,5 +568,13 @@
576568
});
577569
});
578570
</script>
571+
<footer>
572+
<p style="text-align:center;margin:15px 0;">
573+
技术支持:
574+
<a target="_blank" href="https://github.com/2234839/oceanPress_js">OceanPress</a> |
575+
开发者:
576+
<a target="_blank" href="https://heartstack.space/user/%E5%AD%90%E8%99%9A/posts">崮生(子虚)</a>
577+
</p>
578+
</footer>
579579
</body>
580580
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.