fix(sync): page history on mobile platforms

This commit is contained in:
Andelf
2023-07-27 14:24:26 +08:00
parent 8836ba7db8
commit 3406795066
2 changed files with 12 additions and 12 deletions

View File

@@ -69,9 +69,9 @@
[]))
(defn read-repo-file
[repo-url file]
[repo-url file-rpath]
(when-let [repo-dir (config/get-repo-dir repo-url)]
(fs/read-file repo-dir file)))
(fs/read-file repo-dir file-rpath)))
(def multiplatform-reserved-chars ":\\*\\?\"<>|\\#\\\\")