mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-31 12:10:15 +08:00
firefox patch
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ChatGPTBox",
|
||||
"description": "Integrating ChatGPT into your browser deeply, everything you need is here",
|
||||
"version": "2.4.5",
|
||||
"version": "2.4.5.1",
|
||||
"manifest_version": 3,
|
||||
"icons": {
|
||||
"16": "logo.png",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ChatGPTBox",
|
||||
"description": "Integrating ChatGPT into your browser deeply, everything you need is here",
|
||||
"version": "2.4.5",
|
||||
"version": "2.4.5.1",
|
||||
"manifest_version": 2,
|
||||
"icons": {
|
||||
"16": "logo.png",
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ function Footer({ currentVersion, latestVersion }) {
|
||||
<div className="footer">
|
||||
<div>
|
||||
{`${t('Current Version')}: ${currentVersion} `}
|
||||
{currentVersion === latestVersion ? (
|
||||
{currentVersion >= latestVersion ? (
|
||||
`(${t('Latest')})`
|
||||
) : (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user