🎨 Improve code comment

This commit is contained in:
Daniel 2025-01-09 21:59:54 +08:00
parent 5abce8710b
commit 7de7b48163
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -212,7 +212,7 @@ func syncData(exit, byHand bool) {
}
if 1 == Conf.Sync.Mode && nil != webSocketConn && Conf.Sync.Perception && dataChanged {
// 如果处于自动同步模式且不是 WS 触发的同步,则通知其他设备上的内核进行同步
// 如果处于自动同步模式且不是 WS 触发的同步,则通知其他设备上的内核进行同步
request := map[string]interface{}{
"cmd": "synced",
"synced": Conf.Sync.Synced,