mirror of https://github.com/midoks/mdserver-web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
738 B
27 lines
738 B
<div class="bt-form">
|
|
<div class='plugin_version'></div>
|
|
<div class="bt-w-main">
|
|
<div class="bt-w-menu">
|
|
<p class="bgw" onclick="pluginService('tgclient');">服务</p>
|
|
<p onclick="pluginInitD('tgclient');">自启动</p>
|
|
<p onclick="clientConf();">配置</p>
|
|
<p onclick="botExtList();">扩展列表</p>
|
|
<p onclick="pluginLogs('tgclient','','run_log');">日志</p>
|
|
<p onclick="readme();">说明</p>
|
|
</div>
|
|
<div class="bt-w-con pd15">
|
|
<div class="soft-man-con"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<style>
|
|
.conf_p span{
|
|
width: 70px;
|
|
}
|
|
</style>
|
|
<script type="text/javascript">
|
|
resetPluginWinHeight(350);
|
|
$.getScript( "/plugins/file?name=tgclient&f=js/tgclient.js", function(){
|
|
pluginService('tgclient');
|
|
});
|
|
</script> |