Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
guaguaguaxia committed Feb 9, 2023
1 parent b5f3996 commit bda8bfd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion messages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"openaiApiKeyPlaceholder": "sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"step1": "简单描述一下你的工作",
"helpPageLink": "(点击这里查看教程)",
"placeholder": "比如:修复了优惠券无法领取的bug,完成了管理后台订单模块查询和修改的接口,完善了登录流程的监控",
"placeholder": "比如:修复了优惠券无法领取的bug,为产品部的新APP设计UI和图标,负责跟进部门前端工程师的招聘",
"step2": "选择输出结果的形式。",
"simplifierButton": "生成完整周报",
"simplifiedContent": "优化后的内容",
Expand Down
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const Home: NextPage = () => {
});
}}
>
<p>{generatedChat}</p>
<p className="sty1">{generatedChat}</p>
</div>
</div>
</>
Expand Down
3 changes: 3 additions & 0 deletions styles/loading-dots.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
animation-delay: 0.4s;
}

.sty1 {
white-space: pre-line;
}
@keyframes blink {
0% {
opacity: 0.2;
Expand Down

1 comment on commit bda8bfd

@vercel
Copy link

@vercel vercel bot commented on bda8bfd Feb 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.