0508 1.2s轮询同步

This commit is contained in:
lix-2026
2026-05-08 11:23:08 +08:00
parent b183d24ba5
commit 83805f9254
8 changed files with 364 additions and 16 deletions
@@ -2088,7 +2088,7 @@ fn encode_local_id_segment(value: &str) -> String {
encoded
}
fn decode_local_id_segment(value: &str) -> Result<String, WebError> {
pub(crate) fn decode_local_id_segment(value: &str) -> Result<String, WebError> {
let bytes = value.as_bytes();
let mut decoded = Vec::with_capacity(bytes.len());
let mut index = 0;