1
0

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

This commit is contained in:
dakkar
2025-02-06 10:22:57 +00:00
35 changed files with 127 additions and 191 deletions
+2
View File
@@ -118,3 +118,5 @@ export class MiPage {
}
}
}
export const pageNameSchema = { type: 'string', pattern: /^[^\s:\/?#\[\]@!$&'()*+,;=\\%\x00-\x20]{1,256}$/.source } as const;