Skip to content

Commit

Permalink
command: add version info and setting info
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakevin committed Apr 9, 2024
1 parent f0bdf0d commit 3cd44af
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ DeepL結果繁體化

![DeepL結果繁體化](./docs/images/deepl_to_zh_tw.png)

## OpenAI相關設定

![OpenAI設定](./docs/images/openai_setting.png)

除了OpenAI外,越來越多服務商有提供相容OpenAI的服務,價格也便宜不少

此外,也可自行加入自架的Ollama Server

推薦服務:[groq](https://wow.groq.com/groq-labs/)

## 下載

[Release](https://github.com/Jakevin/EdgeTranslate/releases)
Expand Down
Binary file added docs/images/openai_setting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/EdgeTranslate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edge_translate",
"version": "2.4.3.5",
"version": "2.4.3.6",
"private": true,
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -77,4 +77,4 @@
"./test/unit/jest.setup.js"
]
}
}
}
14 changes: 10 additions & 4 deletions packages/EdgeTranslate/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "__MSG_AppName__",
"description": "__MSG_Description__",
"version": "2.4.3.5",
"version": "2.4.3.6",
"default_locale": "en",
"background": {
"scripts": ["./background/background.js"]
"scripts": [
"./background/background.js"
]
},
"browser_action": {
"default_popup": "./popup/popup.html",
Expand Down Expand Up @@ -69,7 +71,11 @@
"description": "__MSG_TogglePageTranslateBanner__"
}
},
"web_accessible_resources": ["**/*.css", "**/*.png", "google/*"],
"web_accessible_resources": [
"**/*.css",
"**/*.png",
"google/*"
],
"icons": {
"16": "icon/icon16.png",
"48": "icon/icon48.png",
Expand All @@ -81,4 +87,4 @@
"chrome_style": false
},
"manifest_version": 2
}
}

0 comments on commit 3cd44af

Please # to comment.