@lijuneleven/easy-terminal 0.1.13 → 0.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,9 @@ The CLI starts the local `easy_terminal` service. Pass server flags directly:
11
11
 
12
12
  ```sh
13
13
  easy-terminal --port 9090
14
- easy-terminal --config-dir /data/easy_terminal/conf
14
+ easy-terminal --config-dir /data/easy_terminal
15
15
  ```
16
16
 
17
+ `--config-dir` controls the local config and runtime data directory.
18
+
17
19
  The installer downloads the platform binary from GitHub Release first, then falls back to Gitee Release.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lijuneleven/easy-terminal",
3
- "version": "0.1.13",
3
+ "version": "0.1.15",
4
4
  "description": "Local web terminal with Feishu remote session control.",
5
5
  "license": "MIT",
6
6
  "bin": {