chore: version info modal
This commit is contained in:
@@ -6,3 +6,9 @@ export async function queryCurrentUserState(opts?: Record<string, any>) {
|
||||
...opts
|
||||
});
|
||||
}
|
||||
|
||||
export async function queryVersionInfo() {
|
||||
return request(`/version`, {
|
||||
method: 'GET'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user