2023-10-30 02:02:10 -04:00
|
|
|
<style>
|
|
|
|
|
.overflow_hide {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
2018-12-13 05:07:44 -05:00
|
|
|
<div class="bt-form">
|
|
|
|
|
<div class="bt-w-main">
|
|
|
|
|
<div class="bt-w-menu">
|
2018-12-14 04:39:47 -05:00
|
|
|
<p class="bgw" onclick="pluginService('gogs');">服务</p>
|
|
|
|
|
<p onclick="pluginInitD('gogs');">自启动</p>
|
2022-06-27 21:18:17 -04:00
|
|
|
<!-- <p onclick="pluginConfig('gogs',null, 'init_conf');">启动配置</p> -->
|
2023-10-29 02:34:16 -04:00
|
|
|
<p onclick="gogsEditTpl();">手动编辑</p>
|
2019-02-13 23:02:16 -05:00
|
|
|
<p onclick="pluginConfig('gogs',null, 'conf');">配置文件</p>
|
|
|
|
|
<p onclick="gogsSetConfig();">配置修改</p>
|
2019-02-14 03:25:07 -05:00
|
|
|
<p onclick="gogsUserList();">用户列表</p>
|
2023-10-28 15:23:17 -04:00
|
|
|
<p onclick="gogsRepoList();">项目列表</p>
|
2018-12-14 05:29:53 -05:00
|
|
|
<p onclick="pluginLogs('gogs',null,'run_log');">运行日志</p>
|
2019-02-15 07:19:41 -05:00
|
|
|
<p onclick="pluginLogs('gogs',null,'post_receive_log');" title="提交post-receive日志">提交日志</p>
|
2019-02-14 03:25:07 -05:00
|
|
|
<p onclick="gogsRead();">使用说明</p>
|
2018-12-13 05:07:44 -05:00
|
|
|
</div>
|
|
|
|
|
<div class="bt-w-con pd15">
|
|
|
|
|
<div class="soft-man-con"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<script type="text/javascript">
|
2023-10-28 15:23:17 -04:00
|
|
|
resetPluginWinHeight(530);
|
|
|
|
|
$.getScript( "/plugins/file?name=gogs&f=js/gogs.js",function(){
|
|
|
|
|
pluginService('gogs');
|
|
|
|
|
});
|
2018-12-13 05:07:44 -05:00
|
|
|
</script>
|