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

@@ -4,4 +4,6 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []
dependencies = [
"unitypy>=1.23.0",
]