Merge branch 'master' into feat/db

This commit is contained in:
Tienson Qin
2025-05-13 18:22:20 +08:00
39 changed files with 6657 additions and 2858 deletions

View File

@@ -266,7 +266,7 @@
repo-dir (config/get-repo-dir repo)
file-path (path/path-join common-config/local-assets-dir
(str asset-block-id-str "." asset-type))]
(fs/write-file! repo repo-dir file-path data {})))
(fs/write-plain-text-file! repo repo-dir file-path data {})))
(defn <unlink-asset
[repo asset-block-id asset-type]