1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-09 06:16:06 +00:00

Update chinese help text for server command

This commit is contained in:
Bram Chen
2014-09-06 08:45:58 +08:00
parent 4888d12099
commit 16e59ab78b
2 changed files with 12 additions and 0 deletions

View File

@@ -28,4 +28,10 @@ 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 伺服器,須分別指定不同的埠號。