Harden auth/vault path sanitization and clean WeKnora docs
This commit is contained in:
@@ -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}`
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user