This commit is contained in:
fengchuanhn@gmail.com
2026-05-17 23:29:00 +08:00
parent c70995fbc9
commit 231e4167d3
6 changed files with 29 additions and 5 deletions

View File

@@ -48,6 +48,8 @@ async function loadAll() {
invoke("list_local_app_config"),
invoke("get_app_config_detail"),
]);
// console.log("local",local)
// console.log("detail",detail)
localItems.value = Array.isArray(local) ? local : [];
mergedDetail.value = Array.isArray(detail) ? detail : [];
} catch (err) {