firefox patch

This commit is contained in:
josc146
2023-11-06 21:31:00 +08:00
parent 64e5c640b2
commit 25d148085f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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
View File
@@ -27,7 +27,7 @@ function Footer({ currentVersion, latestVersion }) {
<div className="footer">
<div>
{`${t('Current Version')}: ${currentVersion} `}
{currentVersion === latestVersion ? (
{currentVersion >= latestVersion ? (
`(${t('Latest')})`
) : (
<>