feat: 完成扩展资源验收与同步服务部署

This commit is contained in:
2026-09-10 02:57:38 +08:00
parent d703ab64e3
commit a3c098aa58
29 changed files with 464 additions and 112 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ impl Drop for PackageAccess<'_> {
}
}
}
/// The package borrow and all ancestor handles must outlive the process using
/// this path. Only files present in the verified package can produce this guard.
/// 包借用和所有祖先句柄的生命周期必须长于使用此路径的进程。
/// 只有已验证包中存在的文件才能生成此守卫。
pub struct BoundEntry<'a> {
name: String,
path: std::path::PathBuf,