From 25cc93a775eb7f0ead9e00ae634a369c3e4e36bd Mon Sep 17 00:00:00 2001 From: ngfchl Date: Mon, 30 Jan 2023 18:38:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=8F=90=E7=A4=BA=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PtToPtools.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/PtToPtools.js b/PtToPtools.js index d9126e9..c0b2f72 100644 --- a/PtToPtools.js +++ b/PtToPtools.js @@ -121,10 +121,14 @@ */ this.$ = this.jQuery = jQuery.noConflict(true); /** - * 小白白们请看这里 + * 小白白们请看这里,详情请到博客查看入门文档: https://ainil.top * 需要修改的项目 - * ptools:ptools本地服务端地址,请在此修改设置ptools的访问地址,如http://192.168.1.2:8000 - * token:ptools.toml中设置的token,获取安全密钥token,可以在ptools.toml中自定义,格式 [token] token="ptools" + * ptools:ptools本地服务端地址,请在此修改设置ptools的访问地址,如http://192.168.1.2:8000/ + * token:ptools.toml中设置的token,获取安全密钥token,可以在ptools.toml中自定义,格式 + * ``` + * [token] + * token="ptools" + * ``` * @type {string} */ var ptools = "http://127.0.0.1:8000/";