mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-12 12:59:57 +00:00
Add chinese help text of debuglevel for the server command (#3337)
This commit is contained in:
parent
1ce9973bed
commit
23797b05a1
@ -19,6 +19,7 @@ description: 提供一个 HTTP 服务器介面到 TiddlyWiki
|
||||
* ''password'' - 可选的基本验证密码
|
||||
* ''host'' - 可选的主机名称, (默认为 "127.0.0.1" 或名为 "localhost")
|
||||
* ''pathprefix'' - 可选的路径前缀
|
||||
* ''debuglevel'' - 可選的調試級別;設置為 "debug" 來查看請求的詳細信息;(默認為 "none")
|
||||
|
||||
若指定密码参数,浏览器将提示使用者输入用户名与密码。注意,密码系以明码方式传递,因此并不适合一般正式用途。
|
||||
|
||||
|
@ -11,7 +11,7 @@ description: 提供一個 HTTP 伺服器介面到 TiddlyWiki
|
||||
|
||||
參數說明:
|
||||
|
||||
* ''port'' - 要偵聽的埠號;非數值會被解譯為一個系統環境變數,從其中提取埠號 (預設值為 "8080")
|
||||
* ''port'' - 要偵聽的埠號;非數值會被解譯為一個系統環境變數,從其中提取埠號 (預設為 "8080")
|
||||
* ''roottiddler'' - 服務的基本條目 (預設為 "$:/core/save/all")
|
||||
* ''rendertype'' - 呈現的基本條目內容類型 (預設為 "text/plain")
|
||||
* ''servetype'' - 服務的基本條目內容類型(預設為 "text/html")
|
||||
@ -19,6 +19,7 @@ description: 提供一個 HTTP 伺服器介面到 TiddlyWiki
|
||||
* ''password'' - 選擇性的基本驗證密碼
|
||||
* ''host'' - 選擇性的主機名稱, (預設為 "127.0.0.1" 或名為 "localhost")
|
||||
* ''pathprefix'' - 選擇性的路徑前綴
|
||||
* ''debuglevel'' - 可選的偵錯層級;設定為 "debug" 來檢視請求的詳細資訊;(預設為 "none")
|
||||
|
||||
若指定密碼參數,瀏覽器將提示使用者輸入帳號與密碼。注意,密碼係以明碼方式傳遞,因此並不適合一般正式用途。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user