user webfix rules...

This commit is contained in:
Gabe Yuan
2023-11-13 18:03:38 +08:00
parent 6e06fe79cd
commit 2d651abfdd
8 changed files with 337 additions and 32 deletions

View File

@@ -375,6 +375,14 @@ export const I18N = {
zh: `选择器`,
en: `Selector`,
},
rootSelector: {
zh: `根选择器`,
en: `Root Selector`,
},
fixerFunction: {
zh: `修复函数`,
en: `Fixer Function`,
},
import: {
zh: `导入`,
en: `Import`,