优化组件页面代码

This commit is contained in:
Eamon
2026-04-02 13:13:59 +08:00
parent 545435d095
commit 5d9d3c844e
39 changed files with 819 additions and 642 deletions

View File

@@ -18,6 +18,15 @@
"recommended": true,
"style": {
"useNodejsImportProtocol": "off"
},
"a11y": {
"useButtonType": "off",
"noLabelWithoutControl": "off",
"noSvgWithoutTitle": "off",
"useSemanticElements": "off"
},
"suspicious": {
"noArrayIndexKey": "off"
}
}
},