Skip to content

Commit

Permalink
feat:0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chengfengfengwang committed Jul 31, 2024
1 parent d4f45e3 commit 8e90e97
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@

简体中文 | [English](README_EN.md)

## 计划
- [ ] 可以对YouTube字幕进行查词翻译

## 商店下载
- [chrome 浏览器](https://chromewebstore.google.com/detail/lingo-link/ahhlnchdiglcghegemaclpikmdclonmo)
- [edge 浏览器](https://microsoftedge.microsoft.com/addons/detail/llmpcnfgcldhpheamlkfagokdlmolmnm)
Expand All @@ -15,6 +12,8 @@ lingo link是一个浏览器插件,主要功能是划词翻译,希望能够
- 翻译:有道翻译、Google翻译、OpenAI、Gemi、moonshot、deepseek等,大模型翻译需要自备apikey
- 生词标记:收藏过的生词会在网页中被标记
- 生词同步:生词数据可本地化、也支持将生词同步到欧路词典、内置账号系统将生词同步至服务端
## 计划
- [ ] 可以对YouTube字幕进行查词翻译
## 本地下载
1. 点击 Releases
2. 下载解压 source code
Expand Down
5 changes: 2 additions & 3 deletions README_EN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## Plan
- [ ] You can look up and translate words in YouTube subtitles.

## Download
- [Chrome Browser](https://chromewebstore.google.com/detail/lingo-link/ahhlnchdiglcghegemaclpikmdclonmo)
Expand All @@ -12,7 +10,8 @@ Lingo Link is a browser extension primarily designed for translation of selected
- Word Lookup: Youdao Dictionary Simplified, Youdao Dictionary Collins
- Translation: Youdao Translation, Google Translation, OpenAI, Gemi, Moonshot, Deepseek, etc. Large model translations require an API key.
- Vocabulary Marking: Collected new words will be marked on the webpage.

## Plan
- [ ] You can look up and translate words in YouTube subtitles.
## Development
```
npm install
Expand Down
Binary file modified chromeDist.zip
Binary file not shown.
Binary file modified edgeDist.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lingo-link",
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"type": "module",
"scripts": {
"dev:edge": "cross-env BUILD_TARGET=edge vite",
Expand Down
14 changes: 14 additions & 0 deletions src/components/UpdateLog.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
export default function UpdateLog() {
return (
<div className="space-y-6">
<div>
<div className="text-2xl font-bold">0.6.1 (2024-07-31)</div>
<ul className="mt-2 list-inside list-decimal">
<li>
<a
className="underline"
target="github"
href="https://github.com/chengfengfengwang/lingo-link/pull/16"
>
Added a mouseout callback to clear the card show timeout if the card is not currently shown. This prevents the card from unexpectedly appearing when the user accidentally hovers over the highlight word.
</a>{" "}
</li>
</ul>
</div>
<div>
<div className="text-2xl font-bold">0.6.0 (2024-07-07)</div>
<ul className="mt-2 list-inside list-decimal">
Expand Down

0 comments on commit 8e90e97

Please sign in to comment.