Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kangfenmao committed Jul 14, 2024
1 parent 71856a5 commit 6d82065
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cherry-studio",
"version": "0.1.1",
"version": "0.2.0",
"description": "A powerful AI assistant for producer.",
"main": "./out/main/index.js",
"author": "kangfenmao@qq.com",
Expand Down
12 changes: 0 additions & 12 deletions src/renderer/src/pages/home/components/Assistants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,4 @@ const AssistantName = styled.div`
font-weight: bold;
`

const AssistantLastMessage = styled.div`
font-size: 12px;
line-height: 20px;
color: var(--color-text-2);
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
height: 20px;
`

export default Assistants

0 comments on commit 6d82065

Please sign in to comment.