diff --git a/.gitignore b/.gitignore
index a24c6e047d5..2ff556f646e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,5 @@ dev
*.key
*.key.pub
+
+masks.json
diff --git a/app/components/home.tsx b/app/components/home.tsx
index aacd2326480..57611271573 100644
--- a/app/components/home.tsx
+++ b/app/components/home.tsx
@@ -59,7 +59,7 @@ const Sd = dynamic(async () => (await import("./sd")).Sd, {
loading: () =>
-
- {locales.Sd.Status.Name}: {s}
-
- {item.status === "error" && (
- {
- showModal({
- title: locales.Sd.Detail,
- children: (
-
- {locales.SdPanel.Prompt}:{" "}
- {
- showModal({
- title: locales.Sd.Detail,
- children: (
-
- {locales.SdPanel.AIModel}: {item.model_name} -
- {getSdTaskStatus(item)} -{item.created_at}
-
+
+ {locales.Sd.Status.Name}: {s}
+
+ {item.status === "error" && (
+ {
+ showModal({
+ title: locales.Sd.Detail,
+ children: (
+
+ {locales.SdPanel.Prompt}:{" "}
+ {
+ showModal({
+ title: locales.Sd.Detail,
+ children: (
+
+ {locales.SdPanel.AIModel}: {item.model_name} +
+ {getSdTaskStatus(item)} +{item.created_at}
+