Harden auth/vault path sanitization and clean WeKnora docs

This commit is contained in:
Agent Board
2026-07-28 17:04:27 +08:00
parent 2deaf59f7b
commit 26ff1a9c9a
190 changed files with 13454 additions and 4987 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ async function main() {
if (probe.status === 0) throw new Error("unreachable");
} catch (e) {
throw new Error(
`mnote-web 不可达 ${BASE}(请先 desktop:hot 且 MNOTE_VAULT=1: ${e.message || e}`
`mnote-web 不可达 ${BASE}(请先 dev:hot 且 MNOTE_VAULT=1: ${e.message || e}`
);
}