提交 3001b269 作者: ZhangLingKun

Merge branch 'develop'

流水线 #8995 已失败 于阶段
in 21 秒
......@@ -24,7 +24,8 @@
"import",
"jsx-a11y",
"react-hooks",
"prettier"
"prettier",
"unused-imports"
],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
......@@ -52,6 +53,13 @@
"jsx-a11y/click-events-have-key-events": "off",
"jsx-a11y/no-static-element-interactions": "off",
"react/display-name": "off",
"jsx-a11y/no-noninteractive-element-interactions": "off"
"jsx-a11y/no-noninteractive-element-interactions": "off",
"unused-imports/no-unused-imports": "warn",
"unused-imports/no-unused-vars": [
"warn",
{
"argsIgnorePattern": "^_"
}
]
}
}
......@@ -14,4 +14,4 @@ patches:
images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin
newTag: fd7bfcce7059644c75985e37aaab7f7d31334d7f
newTag: f7d03cf2d4883716425b8e6d7b142776629de197
.sider-view {
.menu-view {
padding-bottom: 86px;
.ant-menu-item-group-title {
padding: 2px 0;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论