Simple Linux Panel
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.
mdserver-web/plugins/mtproxy/index.html

23 lines
788 B

5 months ago
<div class="bt-form">
<div class="bt-w-main">
<div class="bt-w-menu">
<p class="bgw" onclick="pluginService('mtproxy');">服务</p>
<p onclick="pluginInitD('mtproxy');">自启动</p>
5 months ago
<p onclick="mtCommonFunc($('.plugin_version').attr('version'));">常用功能</p>
5 months ago
<p onclick="pluginConfig('mtproxy');">配置修改</p>
<p onclick="pluginConfig('mtproxy', null, 'conf_env');">配置文件</p>
</div>
<div class="bt-w-con pd15">
<div class="soft-man-con"></div>
</div>
</div>
</div>
<script type="text/javascript">
//mtproxy start
var loading = layer.msg("资源加载中...", { icon: 16, time: 0, shade: 0.3 });
$.getScript( "/plugins/file?name=mtproxy&f=js/mtproxy.js", function(){
layer.close(loading);
pluginService('mtproxy')
});
//mtproxy end
</script>