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
+6
View File
@@ -6,3 +6,9 @@ export async function queryCurrentUserState(opts?: Record<string, any>) {
...opts
});
}
export async function queryVersionInfo() {
return request(`/version`, {
method: 'GET'
});
}