Skip to content

Commit 7bceb1f

Browse files
committed
📃 docs: fix translation
1 parent 63509b7 commit 7bceb1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Reference.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| ---------------------- | --- | ------- | -------------------------------------------------------- | ------- | ------------------------- |
1111
| connect ||| options: [VpnOptions](#vpnoptions) | promise | 连接 OpenVPN |
1212
| disconnect |||| promise | 关闭 OpenVPN 连接 |
13-
| getCurrentState ||| none | promise | 获取 VPN 当前状态 |
13+
| getCurrentState ||| | promise | 获取 VPN 当前状态 |
1414
| observeState |||| promise | 监听 VPN 状态 |
1515
| stopObserveState |||| promise | 停止监听 VPN 状态 |
1616
| addVpnStateListener ||| callback: (e: [VpnEventParams](#vpneventparams)) => void | void | 添加 VPN 状态变更事件监听 |
@@ -63,11 +63,11 @@ OpenVPN 配置文件的名称,不含扩展名,未传入时使用默认名称
6363

6464
#### username
6565

66-
鉴权用户名, 未传入时使用默认名称 `''`
66+
鉴权用户名, 未传入时使用默认值 `''`
6767

6868
#### password
6969

70-
鉴权密码, 未传入时使用默认名称 `''`
70+
鉴权密码, 未传入时使用默认值 `''`
7171

7272
#### assetsPath
7373

0 commit comments

Comments
 (0)