feat(ui): add image-zoom

This commit is contained in:
ReaJason
2025-12-16 21:55:21 +08:00
parent 52f82d7979
commit eba4b82464
7 changed files with 159 additions and 6 deletions
+5 -1
View File
@@ -19,7 +19,11 @@
"rules": {
"recommended": true,
"suspicious": {
"noExplicitAny": "off"
"noExplicitAny": "off",
"noDuplicateProperties": "off"
},
"complexity": {
"noImportantStyles": "off"
}
},
"domains": {