chore: upgrade check
This commit is contained in:
@@ -12,3 +12,9 @@ export async function queryVersionInfo() {
|
||||
method: 'GET'
|
||||
});
|
||||
}
|
||||
|
||||
export async function updateCheck() {
|
||||
return request(`/update/`, {
|
||||
method: 'GET'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user