diff --git a/messages/zh.json b/messages/zh.json index 62b8fa8..f005ab0 100644 --- a/messages/zh.json +++ b/messages/zh.json @@ -10,7 +10,7 @@ "openaiApiKeyPlaceholder": "sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "step1": "简单描述一下你的工作", "helpPageLink": "(点击这里查看教程)", - "placeholder": "比如:修复了优惠券无法领取的bug,完成了管理后台订单模块查询和修改的接口,完善了登录流程的监控", + "placeholder": "比如:修复了优惠券无法领取的bug,为产品部的新APP设计UI和图标,负责跟进部门前端工程师的招聘", "step2": "选择输出结果的形式。", "simplifierButton": "生成完整周报", "simplifiedContent": "优化后的内容", diff --git a/pages/index.tsx b/pages/index.tsx index 8cd811b..c906c9c 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -200,7 +200,7 @@ const Home: NextPage = () => { }); }} > -
{generatedChat}
+{generatedChat}
> diff --git a/styles/loading-dots.module.css b/styles/loading-dots.module.css index 9bb6835..721acaa 100644 --- a/styles/loading-dots.module.css +++ b/styles/loading-dots.module.css @@ -56,6 +56,9 @@ animation-delay: 0.4s; } +.sty1 { + white-space: pre-line; +} @keyframes blink { 0% { opacity: 0.2;