Skip to content

Commit

Permalink
fix: new version chromium bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chengfengfengwang committed Oct 25, 2024
1 parent 9c9e5c2 commit 85ec476
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 15 deletions.
Binary file modified chrome.zip
Binary file not shown.
Binary file modified edge.zip
Binary file not shown.
Binary file modified firefox.zip
Binary file not shown.
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.23",
"@crxjs/vite-plugin": "^2.0.0-beta.26",
"@types/chrome": "^0.0.268",
"@types/common-tags": "^1.8.4",
"@types/lodash.debounce": "^4.0.9",
Expand Down
10 changes: 2 additions & 8 deletions src/components/UpdateLog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@ export default function UpdateLog() {
return (
<div className="space-y-6">
<div>
<div className="text-2xl font-bold">0.6.1 (2024-07-31)</div>
<div className="text-2xl font-bold">0.6.3 (2024-10-25)</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>{" "}
解决新版本chromium无法使用的bug
</li>
</ul>
</div>
Expand Down

0 comments on commit 85ec476

Please sign in to comment.