chore: upgrade check

This commit is contained in:
jialin
2024-10-18 19:35:47 +08:00
parent 2fea3a4b40
commit 386f2969eb
20 changed files with 172 additions and 47 deletions
+6
View File
@@ -12,3 +12,9 @@ export async function queryVersionInfo() {
method: 'GET'
});
}
export async function updateCheck() {
return request(`/update/`, {
method: 'GET'
});
}