fix: inject js/css

This commit is contained in:
Gabe Yuan
2024-03-15 10:35:30 +08:00
parent 83e9c1dd97
commit 45127646e8
4 changed files with 28 additions and 11 deletions

View File

@@ -228,11 +228,11 @@ export const I18N = {
en: `After setting, it will produce mutual translation effect with the target language, but it relies on remote language recognition.`,
},
text_style: {
zh: `样式`,
zh: `文样式`,
en: `Text Style`,
},
text_style_alt: {
zh: `样式`,
zh: `文样式`,
en: `Text Style`,
},
bg_color: {
@@ -419,6 +419,10 @@ export const I18N = {
zh: `注入JS`,
en: `Inject JS`,
},
inject_js_helper: {
zh: `翻译时注入运行,且随着页面变化,可能会多次注入运行。`,
en: `It is injected and run during translation, and may be injected and run multiple times as the page changes.`,
},
inject_css: {
zh: `注入CSS`,
en: `Inject CSS`,