feat(ui): add image-zoom

This commit is contained in:
ReaJason
2025-12-14 19:25:04 +08:00
parent 52f82d7979
commit da2124f7bd
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": {