Merge tag '2025.2.0' into merge/2024-02-03

This commit is contained in:
dakkar 2025-02-06 10:22:57 +00:00
commit 708debf5d5
35 changed files with 127 additions and 191 deletions

View file

@ -118,3 +118,5 @@ export class MiPage {
}
}
}
export const pageNameSchema = { type: 'string', pattern: /^[^\s:\/?#\[\]@!$&'()*+,;=\\%\x00-\x20]{1,256}$/.source } as const;