update docs

This commit is contained in:
huoyo 2022-10-01 00:42:18 +08:00
parent 5c4fb18dea
commit 0e4ee19b14
4 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,7 @@
</ul>
</div>
![222](docs/kotime.gif)
## 开源地址

BIN
docs/kotime.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

View File

@ -1,6 +1,5 @@
package cn.langpy.kotime.util;
import cn.langpy.kotime.handler.InvokedHandler;
import cn.langpy.kotime.model.ExceptionNode;
import cn.langpy.kotime.model.InvokedInfo;
import cn.langpy.kotime.model.MethodNode;

View File

@ -460,7 +460,7 @@
</div>
<br>
<br>
<input id="className" name="className" style="width: 500px;border-radius: 5px" class="uk-input" id="" type="text" placeholder="更新的类全名com.xx.xx.TestService" >
<input id="className" name="className" style="width: 500px;border-radius: 5px" class="uk-input" type="text" placeholder="更新的类全名com.xx.xx.TestService" >
<br>
<br>
<button type="button" onclick="updateClass();" style="width: 500px;background-color: #19985d;border-radius: 5px" class="uk-button uk-button-primary uk-width-1-1 uk-margin-small-bottom">确定</button>