From 71d5bc45288eac9fe079b4f52280b4861575997f Mon Sep 17 00:00:00 2001 From: songtianlun Date: Sun, 7 Sep 2025 21:06:00 +0800 Subject: [PATCH] add prompt display --- .../[locale]/sticker/[uid]/PageComponent.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/app/[locale]/sticker/[uid]/PageComponent.tsx b/src/app/[locale]/sticker/[uid]/PageComponent.tsx index ea3cf8a..f056291 100644 --- a/src/app/[locale]/sticker/[uid]/PageComponent.tsx +++ b/src/app/[locale]/sticker/[uid]/PageComponent.tsx @@ -210,6 +210,23 @@ const PageComponent = ({ + {/* Prompt display panel */} +
+
+
+
{commonText.prompt}
+

{workDetail.input_text}

+
+ { + workDetail?.revised_text && workDetail.revised_text !== workDetail.input_text ? ( +
+
{commonText.revised}
+

{workDetail.revised_text}

+
+ ) : null + } +
+

{detailText.h2Text}