feat(ui): add image-zoom

This commit is contained in:
ReaJason
2025-12-16 21:55:21 +08:00
parent b846f67c34
commit 9c298a2303
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": {