mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/StarCitizenBoxBrowserEx.git
synced 2024-12-22 11:23: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)) {
|
||||
replaceWords = [];
|
||||
addLocalizationResource("concierge");
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "星际公民盒子浏览器拓展",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "为星际公民网站及工具站提供汉化",
|
||||
"author": "xkeyC",
|
||||
"icons": {
|
||||
|
@ -71,6 +71,7 @@ async function _initLocalization(url) {
|
||||
}
|
||||
|
||||
if (url.startsWith(concierge)) {
|
||||
replaceWords = [];
|
||||
addLocalizationResource("concierge");
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "星际公民盒子浏览器拓展",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "为星际公民网站及工具站提供汉化",
|
||||
"author": "xkeyC",
|
||||
"icons": {
|
||||
|
Loading…
Reference in New Issue
Block a user