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.
26 lines
683 B
26 lines
683 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('tgbot');">服务</p>
|
|
<p onclick="pluginInitD('tgbot');">自启动</p>
|
|
<p onclick="botConf();">Bot配置</p>
|
|
<p onclick="botExtList();">扩展列表</p>
|
|
<p onclick="pluginLogs('tgbot','','run_log');">日志</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=tgbot&f=js/tgbot.js", function(){
|
|
pluginService('tgbot');
|
|
});
|
|
</script> |