Русифицировать README и интерфейс HY2XS admin

This commit is contained in:
2026-04-25 23:51:21 +05:00
parent 84a4e94567
commit 2b4a45ad23
167 changed files with 632 additions and 699 deletions
+4 -4
View File
@@ -18,9 +18,9 @@ module.exports = {
},
plugins: ["vue", "@typescript-eslint"],
rules: {
"vue/multi-word-component-names": "off", // 关闭组件名必须多字: https://eslint.vuejs.org/rules/multi-word-component-names.html
"@typescript-eslint/no-empty-function": "off", // 关闭空方法检查
"@typescript-eslint/no-explicit-any": "off", // 关闭any类型的警告
"vue/multi-word-component-names": "off", // Disable multi-word component name requirement: https://eslint.vuejs.org/rules/multi-word-component-names.html
"@typescript-eslint/no-empty-function": "off", // Disable empty function checks
"@typescript-eslint/no-explicit-any": "off", // Disable warnings for any
"vue/no-v-model-argument": "off",
"@typescript-eslint/no-non-null-assertion": "off",
}, // https://eslint.org/docs/latest/use/configure/language-options#specifying-globals
@@ -29,4 +29,4 @@ module.exports = {
OptionType: "readonly",
},
};
цц
цц