1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +00:00

Update chinese help text for parameters of listen command (#5410)

* Improve help text for "csrf-disable"
* Add help text for "sse-enabled"
This commit is contained in:
Bram Chen 2021-01-16 00:54:03 +08:00 committed by GitHub
parent afa490a0c1
commit ffc8feea0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,7 @@ listen 命令使用[[命名的命令参数|NamedCommandParameters]]
* ''readers'' - 允许读取此维基的主体,以逗号分隔的清单
* ''writers'' - 允许写入此维基的主体,以逗号分隔的清单
* ''csrf-disable'' - 设置为 "yes" 以禁用 CSRF 检查 (默认为 "no")
* ''sse-enabled'' - 设置为 "yes" 以启用服务器传送的事件 (默认为 "no")
* ''root-tiddler'' - 服务的基本条目 (默认为 "$:/core/save/all")
* ''root-render-type'' - 呈现的基本条目的内容类型 (默认为 "text/plain")
* ''root-serve-type'' - 服务的基本条目的内容类型 (默认为 "text/html")

View File

@ -21,7 +21,8 @@ listen 命令使用[[命名的命令參數|NamedCommandParameters]]
* ''authenticated-user-header'' - 可選的標頭名稱,用於受信任身份驗證
* ''readers'' - 允許讀取此維基的主體,以逗號分隔的清單
* ''writers'' - 允許寫入此維基的主體,以逗號分隔的清單
* ''csrf-disable'' - 設置為 "yes" 以禁用 CSRF 檢查 (預設為 "no")
* ''csrf-disable'' - 設定為 "yes" 以停用 CSRF 檢查 (預設為 "no")
* ''sse-enabled'' - 設定為 "yes" 以啟用伺服器傳送的事件 (預設為 "no")
* ''root-tiddler'' - 服務的基本條目 (預設為 "$:/core/save/all")
* ''root-render-type'' - 呈現的基本條目的內容類型 (預設為 "text/plain")
* ''root-serve-type'' - 服務的基本條目的內容類型 (預設為 "text/html")