Update chinese translations (#3594)

* Improve help texts for listen and server commands
This commit is contained in:
Bram Chen
2018-11-30 02:02:36 +08:00
committed by Jeremy Ruston
parent ea91ab1632
commit 9cd58caafc
4 changed files with 10 additions and 2 deletions

View File

@@ -29,12 +29,14 @@ description: 提供一個 HTTP 伺服器介面到 TiddlyWiki (已棄用,支持
--server 8080 $:/core/save/all text/plain text/html MyUserName passw0rd
```
若您需要設定主機名稱或路徑前綴而不要求輸入密碼,則可以指定空字串的使用者名和密碼
若您需要設定主機名稱或路徑前綴而不要求輸入密碼,則可以指定空字串的使用者名和密碼
```
--server 8080 $:/core/save/all text/plain text/html "" "" 192.168.0.245
```
使用這樣的位址,會將您的系統暴露給本地網路。有關向整個本地網路開啟實例的資訊,以及可能的安全問題,請參閱 TiddlyWiki.com 的 WebServer 條目。
同時執行多個 TiddlyWiki 伺服器,須分別指定不同的埠號。使用環境變數,有助於將埠號傳遞給 Node.js 進程。本示例引用一個名為 "MY_PORT_NUMBER" 的環境變數:
```