summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshizhendong <[email protected]>2024-09-03 16:43:13 +0800
committershizhendong <[email protected]>2024-09-03 16:43:13 +0800
commit41ba204ee6440e78c560c91ed3d6b10985805a42 (patch)
tree1f4ea55e7f66e4acb2a8ae852ec7dff7aacdeb35 /src
parent9814018149617bf79e81373f5dd6be7376355f84 (diff)
feat: droidVNC-NG 添加默认配置项,打开 鼠标展示、文件传输、开机自启
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/lib/droidvnc-np-defaults.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/lib/droidvnc-np-defaults.json b/src/main/resources/lib/droidvnc-np-defaults.json
index e6d8f37..3820b6a 100644
--- a/src/main/resources/lib/droidvnc-np-defaults.json
+++ b/src/main/resources/lib/droidvnc-np-defaults.json
@@ -2,5 +2,8 @@
"password": "",
"port": 5900,
"viewOnly": false,
- "accessKey": "d042e2b5d5f348588a4e1a243eb7a9a0"
+ "accessKey": "d042e2b5d5f348588a4e1a243eb7a9a0",
+ "showPointers": true,
+ "fileTransfer": true,
+ "startOnBoot": true
} \ No newline at end of file