fix concierge

This commit is contained in:
C 2023-10-20 09:35:21 +08:00
parent b83a7d372e
commit c0798cc517
4 changed files with 4 additions and 2 deletions

View File

@ -71,6 +71,7 @@ async function _initLocalization(url) {
} }
if (url.startsWith(concierge)) { if (url.startsWith(concierge)) {
replaceWords = [];
addLocalizationResource("concierge"); addLocalizationResource("concierge");
} }

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "星际公民盒子浏览器拓展", "name": "星际公民盒子浏览器拓展",
"version": "0.0.4", "version": "0.0.5",
"description": "为星际公民网站及工具站提供汉化", "description": "为星际公民网站及工具站提供汉化",
"author": "xkeyC", "author": "xkeyC",
"icons": { "icons": {

View File

@ -71,6 +71,7 @@ async function _initLocalization(url) {
} }
if (url.startsWith(concierge)) { if (url.startsWith(concierge)) {
replaceWords = [];
addLocalizationResource("concierge"); addLocalizationResource("concierge");
} }

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "星际公民盒子浏览器拓展", "name": "星际公民盒子浏览器拓展",
"version": "0.0.4", "version": "0.0.5",
"description": "为星际公民网站及工具站提供汉化", "description": "为星际公民网站及工具站提供汉化",
"author": "xkeyC", "author": "xkeyC",
"icons": { "icons": {