keep selector support for sub-element

This commit is contained in:
Gabe Yuan
2024-01-12 16:04:34 +08:00
parent e87f7f3abe
commit c9d72323f1
3 changed files with 11 additions and 6 deletions

View File

@@ -392,8 +392,8 @@ export const I18N = {
en: `Keep unchanged selector`,
},
keep_selector_helper: {
zh: `1、遵循CSS选择器语法。2、留空表示采用全局设置。`,
en: `1. Follow CSS selector syntax. 2. Leave blank to adopt the global setting.`,
zh: `1、遵循CSS选择器语法。2、留空表示采用全局设置。3、子元素选择器用“>>>”隔开。`,
en: `1. Follow CSS selector syntax. 2. Leave blank to adopt the global setting. 3.Sub-element selectors are separated by ">>>".`,
},
root_selector: {
zh: `根选择器`,