Feature(custom): support upload multiple urls

This commit is contained in:
Kuingsmile
2025-08-29 13:36:00 +08:00
parent 7df95c8328
commit e76b84b7a2
7 changed files with 109 additions and 14 deletions

View File

@@ -9,6 +9,7 @@ type IEvent = {
value: string
title: string
placeholder: string
multiLine?: boolean
}
}