feat: properly handle form_x type background

This commit is contained in:
Haoyu Xu
2025-11-15 21:17:07 +08:00
parent 610df3df0d
commit 14509596a1
5 changed files with 296 additions and 44 deletions

View File

@@ -7,6 +7,7 @@
"dev:directory": "turbo run dev:directory --ui tui",
"preview:directory": "turbo run preview:directory --ui tui",
"preview": "http-server ./dist",
"preview:release": "http-server ./release",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"update": "turbo run update",
@@ -40,4 +41,4 @@
"esbuild",
"sharp"
]
}
}