2023-03-06 03:19:13 -05:00
|
|
|
<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>
|
2023-03-12 14:33:29 -04:00
|
|
|
<p onclick="botExtList();">扩展列表</p>
|
2023-03-06 03:49:42 -05:00
|
|
|
<p onclick="pluginLogs('tgbot','','run_log');">日志</p>
|
2023-03-06 03:19:13 -05:00
|
|
|
</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">
|
2023-03-13 12:09:30 -04:00
|
|
|
resetPluginWinHeight(350);
|
2023-03-06 03:19:13 -05:00
|
|
|
$.getScript( "/plugins/file?name=tgbot&f=js/tgbot.js", function(){
|
|
|
|
|
pluginService('tgbot');
|
|
|
|
|
});
|
|
|
|
|
</script>
|