mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/StarCitizenBoxBrowserEx.git
synced 2024-12-22 19:33:43 +08:00
fix concierge
This commit is contained in:
parent
b83a7d372e
commit
c0798cc517
@ -71,6 +71,7 @@ async function _initLocalization(url) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (url.startsWith(concierge)) {
|
if (url.startsWith(concierge)) {
|
||||||
|
replaceWords = [];
|
||||||
addLocalizationResource("concierge");
|
addLocalizationResource("concierge");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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": {
|
||||||
|
@ -71,6 +71,7 @@ async function _initLocalization(url) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (url.startsWith(concierge)) {
|
if (url.startsWith(concierge)) {
|
||||||
|
replaceWords = [];
|
||||||
addLocalizationResource("concierge");
|
addLocalizationResource("concierge");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user