Add files via upload

This commit is contained in:
公明
2026-06-23 01:54:29 +08:00
committed by GitHub
parent 1a2e282d46
commit c3d2a41301
5 changed files with 73 additions and 7 deletions
+1
View File
@@ -195,6 +195,7 @@ func (db *DB) DeleteProject(id string) error {
if err != nil {
return fmt.Errorf("删除项目失败: %w", err)
}
db.removeProjectScopedDirs(id)
return nil
}