chore: version info modal

This commit is contained in:
jialin
2024-07-12 12:06:17 +08:00
parent c5327d3e56
commit 320db56fbe
38 changed files with 334 additions and 108 deletions
+2
View File
@@ -21,4 +21,6 @@ declare namespace Global {
require_password_change: boolean;
id: number;
}
type SearchParams = Pagination & { search?: string };
}