feat: 🚀 表单设计器和审批流本地化

This commit is contained in:
2025-09-09 18:03:00 +08:00
parent 45ec52eb77
commit cd268db2a5
212 changed files with 18082 additions and 22183 deletions

View File

@@ -21,6 +21,7 @@ module.exports = {
},
// 继承某些已有的规则
extends: ["plugin:vue/vue3-recommended", "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended"],
ignorePatterns: ["src/components/EpicDesigner/static/icons/iconfont.js"],
/**
* "off" 或 0 ==> 关闭规则
* "warn" 或 1 ==> 打开的规则作为警告(不影响代码执行)