fix(plugin): guard non-numeric appId, improve 404 error handling

This commit is contained in:
2026-07-13 06:01:08 +08:00
parent 7e016bfa50
commit ed0ed6b089
3 changed files with 9 additions and 3 deletions
@@ -112,7 +112,7 @@ export default function LibraryAppPanel({ appId, title, hardwareSlug, baseUrl }:
<PanelSection title="DeckyVault">
<PanelSectionRow>
<div className={staticClasses.Text} style={{ fontSize: "12px", padding: "6px 0", opacity: 0.7, color: "#e74c3c" }}>
<FaTimes /> Could not load DeckyVault data. Please try again later.
<FaTimes /> Could not load DeckyVault data: {fetchError}
</div>
</PanelSectionRow>
</PanelSection>