Skip to content

Commit

Permalink
Merge pull request #31 from refly-ai/feat/text-optimize
Browse files Browse the repository at this point in the history
Feat/text optimize
  • Loading branch information
mrcfps authored Apr 26, 2024
2 parents d2e0424 + d3574f4 commit 527725e
Show file tree
Hide file tree
Showing 33 changed files with 137 additions and 4,139 deletions.
3 changes: 2 additions & 1 deletion extension/components/markdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export function ATag({ ...props }, sources: Source[]) {
</PopoverTrigger>
<PopoverContent
align={"start"}
className="max-w-screen-md flex flex-col gap-2 bg-white shadow-transparent ring-zinc-50 ring-4 text-xs">
style={{ backgroundClip: "#fcfcf9" }}
className="max-w-screen-md flex flex-col gap-2 shadow-transparent ring-zinc-50 ring-4 text-xs">
<div className="text-ellipsis overflow-hidden whitespace-nowrap font-medium">
{source.metadata?.title}
</div>
Expand Down
2 changes: 1 addition & 1 deletion extension/i18n/cn/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"loggedHomePage": {
"newThreadText": "新会话",
"homePage": {
"title": "人工智能驱动的超级记忆",
"title": "知识,在此繁茂",
"header": {
"fullscreen": "全屏",
"settings": "设置",
Expand Down
2 changes: 1 addition & 1 deletion extension/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"loggedHomePage": {
"newThreadText": "New Thread",
"homePage": {
"title": "AI Powered Supermemory",
"title": "Where knowledge thrives",
"header": {
"fullscreen": "Fullscreen",
"settings": "Settings",
Expand Down
4 changes: 2 additions & 2 deletions extension/locales/en_AU/messages.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": {
"message": "Refly - AI Work Assistant and Personal Knowledge Search Engine",
"message": "Refly - Where knowledge thrives",
"description": "Name of the extension."
},
"description": {
"message": "Quick summaries, Insights, Auto tag and AI Search. Refly can build your second brain, extend knowledge and give you superpower",
"description": "Description of the extension."
},
"displayName": {
"message": "Refly - AI Work Assistant and Personal Knowledge Search Engine",
"message": "Refly - Where knowledge thrives",
"description": "Display name of the extension."
}
}
4 changes: 2 additions & 2 deletions extension/locales/en_GB/messages.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": {
"message": "Refly - AI Work Assistant and Personal Knowledge Search Engine",
"message": "Refly - Where knowledge thrives",
"description": "Name of the extension."
},
"description": {
"message": "Quick summaries, Insights, Auto tag and AI Search. Refly can build your second brain, extend knowledge and give you superpower",
"description": "Description of the extension."
},
"displayName": {
"message": "Refly - AI Work Assistant and Personal Knowledge Search Engine",
"message": "Refly - Where knowledge thrives",
"description": "Display name of the extension."
}
}
4 changes: 2 additions & 2 deletions extension/locales/en_US/messages.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": {
"message": "Refly - AI Work Assistant and Personal Knowledge Search Engine",
"message": "Refly - Where knowledge thrives",
"description": "Name of the extension."
},
"description": {
"message": "Quick summaries, Insights, Auto tag and AI Search. Refly can build your second brain, extend knowledge and give you superpower",
"description": "Description of the extension."
},
"displayName": {
"message": "Refly - AI Work Assistant and Personal Knowledge Search Engine",
"message": "Refly - Where knowledge thrives",
"description": "Display name of the extension."
}
}
4 changes: 2 additions & 2 deletions extension/locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": {
"message": "Refly - 工作助理和知识问答引擎",
"message": "Refly - 知识,在此繁茂",
"description": "Name of the extension."
},
"description": {
"message": "快速总结与形成洞察、自动化归档以及智能语义搜索——Refly 能够为你打造第二大脑,拓展你的知识视野,并赋予你超乎寻常的能力。",
"description": "Description of the extension."
},
"displayName": {
"message": "Refly - 工作助理和知识问答引擎",
"message": "Refly - 知识,在此繁茂",
"description": "Display name of the extension."
}
}
Expand Down
4 changes: 2 additions & 2 deletions extension/locales/zh_TW/messages.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": {
"message": "Refly - 工作助理和知识问答引擎",
"message": "Refly - 知识,在此繁茂",
"description": "Name of the extension."
},
"description": {
"message": "快速总结与形成洞察、自动化归档以及智能语义搜索——Refly 能够为你打造第二大脑,拓展你的知识视野,并赋予你超乎寻常的能力。",
"description": "Description of the extension."
},
"displayName": {
"message": "Refly - 工作助理和知识问答引擎",
"message": "Refly - 知识,在此繁茂",
"description": "Display name of the extension."
}
}
Expand Down
1 change: 0 additions & 1 deletion reflyd-nodejs/.yarnrc.yml

This file was deleted.

24 changes: 0 additions & 24 deletions reflyd-nodejs/READM.md

This file was deleted.

27 changes: 0 additions & 27 deletions reflyd-nodejs/package.json

This file was deleted.

177 changes: 0 additions & 177 deletions reflyd-nodejs/src/index.ts

This file was deleted.

20 changes: 0 additions & 20 deletions reflyd-nodejs/src/routes/indexing.ts

This file was deleted.

Empty file.
Loading

0 comments on commit 527725e

Please sign in to comment.