@huaqiu/dsh-tool-schematic-gen 0.3.16 → 0.3.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.js +1 -1
- package/lib/client.js.map +1 -1
- package/package.json +7 -7
- package/src/client/hit-card.tsx +9 -2
package/lib/client.js
CHANGED
|
@@ -106001,7 +106001,7 @@ while (n3 === a3[++i3] && n3 === a3[++i3] && n3 === a3[++i3] && n3 === a3[++i3]
|
|
|
106001
106001
|
source_format: "kicad"
|
|
106002
106002
|
}
|
|
106003
106003
|
}) ?? {};
|
|
106004
|
-
setImportStatus(t("card.import.done", { id: body.design_id ?? body.status ?? "ok" }));
|
|
106004
|
+
setImportStatus(t("card.import.done", { id: body.project_dir ?? body.design_id ?? body.status ?? "ok" }));
|
|
106005
106005
|
} catch (e) {
|
|
106006
106006
|
console.warn("[hq-schematic-gen] open-in-eda failed", e);
|
|
106007
106007
|
setImportStatus(t("card.import.failed", { detail: String(e?.message || e) }));
|