Skip to content

Commit 7b48335

Browse files
committed
Update VersionHub.md
1 parent b605fba commit 7b48335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/doc/VersionHub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ VersionHub的单例实例对象(线程安全双检索实现的单例模式)
7474

7575
**方法**
7676

77-
Subscribe to the latest version.
77+
订阅推送最新版本信息.
7878

7979
```c#
8080
public void Subscribe(string url, string name, Action<TParameter> receiveMessageCallback, Action<string> onlineMessageCallback = null, Action<string> reconnectedCallback = null);
@@ -110,7 +110,7 @@ reconnectedCallback Action<string> 接收是否重新连接服务端的回调函
110110

111111
**方法**
112112

113-
Send message to server.[Not recommended for now]
113+
向服务器发送消息。[暂不推荐使用]
114114

115115
```c#
116116
public async Task Send(string msg);

0 commit comments

Comments
 (0)