docs: 将仓库代码注释统一为中文
CI / docs-check (push) Canceled after 0s
CI / backend-test (push) Canceled after 0s
CI / service-test (push) Canceled after 0s
CI / frontend-test (push) Canceled after 0s
CI / rust-core (push) Canceled after 0s
CI / docs-check (pull_request) Canceled after 0s
CI / backend-test (pull_request) Canceled after 0s
CI / service-test (pull_request) Canceled after 0s
CI / frontend-test (pull_request) Canceled after 0s
CI / rust-core (pull_request) Canceled after 0s

This commit is contained in:
2026-09-10 00:40:56 +08:00
parent 51c592841d
commit d703ab64e3
249 changed files with 707 additions and 900 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
//! Main-window commands. Every ongoing run is bound to one Workspace and one account.
//! 主窗口命令。每次正在进行的运行都绑定到一个工作区和一个帐户。
use super::{with_workspace, Host};
use notesagent_host::{
sync_auth,
@@ -420,7 +420,7 @@ async fn cycle(host: &Host, binding: &Binding) -> Result<(), SyncError> {
break;
}
}
// Finish the fixed incoming window before freezing any new remote base.
// 在冻结任何新的远程基地之前完成固定的传入窗口。
if host
.workspace
.access(|ws| ws.sync_boundary(&binding.id))?