doctree
parent
a208aaf6bf
commit
512f7feb5f
|
@ -10,24 +10,7 @@
|
|||
|
||||
|
||||
<!-- 前端渲染 -->
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
||||
<!-- <script>
|
||||
var katex_config = {
|
||||
delimiters:
|
||||
[
|
||||
{left: "$$", right: "$$", display: true},
|
||||
{left: "$", right: "$", display: true}
|
||||
]
|
||||
};
|
||||
</script>
|
||||
<script defer src="https://cdn.bootcss.com/KaTeX/0.11.1/contrib/auto-render.min.js" onload="renderMathInElement(document.body,katex_config)"></script>
|
||||
-->
|
||||
|
||||
<!-- <script type="text/javascript" id="MathJax-script"
|
||||
src="https://cdn.bootcdn.net/ajax/libs/mathjax/3.1.2/es5/tex-svg.js"></script> -->
|
||||
|
||||
|
||||
<script src="/api/App/Views/blog/js/marked.min.js"></script>
|
||||
<script>
|
||||
|
||||
let isMathjaxConfig = false;//用于标识是否配置
|
||||
|
@ -164,6 +147,11 @@
|
|||
前端工具
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#git" data-toggle="tab">
|
||||
git
|
||||
</a>
|
||||
</li>
|
||||
<li style="margin-top: 12px;">文章搜索</li>
|
||||
<li style="margin-top: 12px" id="search">
|
||||
<form style="margin-left: 5px;">
|
||||
|
@ -389,9 +377,12 @@ function expandNode(e) {
|
|||
<div class="tab-pane fade " id="work">
|
||||
{% include '/blog/template/work.html' %}
|
||||
</div>
|
||||
<div class="tab-pane fade " id="visual">
|
||||
<div class="tab-pane fade" id="visual">
|
||||
{% include '/blog/template/visual.html' %}
|
||||
</div>
|
||||
<div class="tab-pane fade in active" id="altium">
|
||||
{% include '/blog/template/altium.html' %}
|
||||
</div>
|
||||
</div>
|
||||
<script src="/api/App/Views/blog/js/bootstrap-treeview.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
|
|
@ -32,7 +32,13 @@
|
|||
<a href="#visual" data-toggle="tab">
|
||||
前端工具
|
||||
</a>
|
||||
</li>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="#altium" data-toggle="tab">
|
||||
在线原理图查看
|
||||
</a>
|
||||
</li>
|
||||
<li style="margin-top: 12px;">标题搜索</li>
|
||||
<li style="margin-top: 12px" id="search">
|
||||
<form style="margin-left: 5px;">
|
||||
|
@ -58,8 +64,6 @@
|
|||
</div>
|
||||
</form>
|
||||
</li>
|
||||
<a id="expandAllBtn" href="#" title="不管你有多NB,统统都要听我的!!"
|
||||
onclick="return false;" style="margin-left: 25px;margin-top: 20px;">展开</a>
|
||||
</ul>
|
||||
</div>
|
||||
<div id='testdiv' style='height: 1in; left: -100%; position: absolute; top: -100%; width: 1in;'>
|
||||
|
@ -82,6 +86,9 @@
|
|||
<div class="tab-pane fade " id="visual">
|
||||
{% include '/blog/template/visual.html' %}
|
||||
</div>
|
||||
<div class="tab-pane fade " id="altium">
|
||||
{% include '/blog/template/altium.html' %}
|
||||
</div>
|
||||
<script src="/api/App/Views/blog/js/bootstrap-treeview.js"></script>
|
||||
<script type="text/javascript">
|
||||
globalposx = 0;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,16 @@
|
|||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2022-01-09 06:52:46
|
||||
* @LastEditTime: 2022-03-17 23:28:41
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath: \api\App\Views\blog\template\work.html
|
||||
-->
|
||||
{% block article %}
|
||||
<div id="container">
|
||||
<iframe src="https://testingcloud.club/altium/altium_sch.html" style="width: 100%;height: 1024px;">
|
||||
|
||||
</iframe>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
|
@ -0,0 +1,16 @@
|
|||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2022-01-09 06:52:46
|
||||
* @LastEditTime: 2022-03-17 23:28:41
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath: \api\App\Views\blog\template\work.html
|
||||
-->
|
||||
{% block article %}
|
||||
<div id="container">
|
||||
<iframe src="https://git.hyrtc.net:7443/" style="width: 100%;height: 1024px;">
|
||||
|
||||
</iframe>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
|
@ -9,8 +9,6 @@
|
|||
{% block article %}
|
||||
<div id="container">
|
||||
<iframe src="https://testingcloud.club/visual/index.html" style="width: 100%;height: 1024px;">
|
||||
|
||||
</iframe>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
|
@ -273,6 +273,8 @@
|
|||
<a href="https://gitee.com/290198252/modbus_rtu_test"> 二进制包</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue