Skip to content

Commit

Permalink
Merge pull request #22 from SkipM4/patch-1
Browse files Browse the repository at this point in the history
优化一处注释
  • Loading branch information
kasuganosoras authored Jun 15, 2021
2 parents 13eeb70 + ea13c1c commit c4031e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<p><input type="number" class="form-control" id="node_port"></input></p>
<p><b>管理端口</b>&nbsp;&nbsp;<small>Frps 管理 API 的端口,用于系统接口</small></p>
<p><input type="number" class="form-control" id="node_adminport"></input></p>
<p><b>管理密码</b>&nbsp;&nbsp;<small>Frps 管理 API 的端口,用于系统接口</small></p>
<p><b>管理密码</b>&nbsp;&nbsp;<small>Frps 管理 API 的密码,用于系统接口</small></p>
<p><input type="text" class="form-control" id="node_adminpass"></input></p>
<p><b>Token</b>&nbsp;&nbsp;<small>用于 Frpc 客户端连接用的 Token</small></p>
<p><input type="text" class="form-control" id="node_token"></input></p>
Expand Down Expand Up @@ -256,4 +256,4 @@ function save() {
}
});
}
</script>
</script>

0 comments on commit c4031e6

Please sign in to comment.