feat: check update

This commit is contained in:
2024-07-16 10:21:51 +08:00
parent 49da9100d2
commit b7d64cba7b
13 changed files with 693 additions and 4 deletions
@@ -13,3 +13,7 @@ export function QueryMacAddressByPrefix(arg1) {
export function QueryVersion() {
return window['go']['service']['SQLiteHelper']['QueryVersion']();
}
export function ReloadDatabase() {
return window['go']['service']['SQLiteHelper']['ReloadDatabase']();
}