no message
parent
2852af25d0
commit
ce1be6f0da
|
@ -107,7 +107,6 @@
|
|||
<li style="margin-top: 12px;margin-left: 5px;">内容搜索</li>
|
||||
|
||||
<li style="margin-top: 10px" id="search">
|
||||
|
||||
<form style="margin-left: 5px;" ">
|
||||
<input type="text" id="term" onkeyup="getMoreContents()" onfocus="getMoreContents()" " style="width: 300px;">
|
||||
<div id="popDiv" style="position: absolute; z-index: 3;">
|
||||
|
|
|
@ -182,7 +182,6 @@ ul li a{
|
|||
<?php echo {{ route }} ?>
|
||||
{{ (route) }}
|
||||
{% if route == "article" %}
|
||||
<b>sdasdasfdfawef</b>
|
||||
{% include '/blog/template/article.html' %}
|
||||
{% endif %}
|
||||
{% if route == "donate" %}
|
||||
|
|
|
@ -299,7 +299,6 @@ function on_click_ddl(){
|
|||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<!-- 其实我们可以把iframe标签隐藏掉 -->
|
||||
<script type="text/javascript">
|
||||
function upload() {
|
||||
$("#form2").submit();
|
||||
|
|
|
@ -1,15 +1,61 @@
|
|||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2022-01-09 06:52:46
|
||||
* @LastEditTime: 2022-01-09 09:19:23
|
||||
* @LastEditTime: 2022-02-20 22:13:03
|
||||
* @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://gitee.com/290198252">
|
||||
|
||||
</iframe>
|
||||
<div class="row">
|
||||
<div id="grouptab" class="col-md-1" style="background: #86d7ff; text-align: center;">
|
||||
<ul class="nav nav-tabs" style="font-size: 12px; width: 100%;">
|
||||
<li style="width: 100%;">
|
||||
<a href="#group_key_1" data-toggle="tab" style="width: 100%; background: #a3e0ff ">
|
||||
lua协议调试器
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-8 tab-content">
|
||||
<div class="tab-pane fade in active" id="duilib">
|
||||
<p style="display: block;font-size: 25px ; text-align: left;">
|
||||
协议调试器
|
||||
</p>
|
||||
<p style="display: block;font-size: 20px ; text-align: left;">
|
||||
基于lua虚拟机的的协议调试器软件
|
||||
支持的协议有:
|
||||
</p>
|
||||
<p style="display: block;font-size: 15px ; text-align: left;">
|
||||
串口
|
||||
</p>
|
||||
<p style="display: block;font-size: 15px ; text-align: left;">
|
||||
tcp客户端/服务端
|
||||
</p>
|
||||
<p style="display: block;font-size: 15px ; text-align: left;">
|
||||
udp 组播/udp节点
|
||||
</p>
|
||||
<p style="display: block;font-size: 15px ; text-align: left;">
|
||||
tcp websocket 客户端/服务端
|
||||
</p>
|
||||
<p>
|
||||
软件界面
|
||||
</p>
|
||||
<img src="https://www.testingcloud.club/sapi/api/image_download/07923fa4-9255-11ec-8b59-525400986ccb.png">
|
||||
<p>
|
||||
使用例子: 通过脚本来获得接收到的数据并写入文件和展示在界面上
|
||||
</p>
|
||||
<img src="https://www.testingcloud.club/sapi/api/image_download/e78b5700-9255-11ec-8b59-525400986ccb.gif">
|
||||
<p>
|
||||
下载地址和源码
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://gitee.com/290198252/nim_duilib/tree/master/examples/proto_debuger"> duilib版本源码</a>
|
||||
<a href="https://gitee.com/290198252/proto-debuger"> qt qml版本源码</a>
|
||||
<a href="https://gitee.com/290198252/proto-debuger/releases"> 二进制包</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Reference in New Issue