add ui file

This commit is contained in:
liuzhihang1
2024-06-28 21:44:21 +08:00
parent cf22322d31
commit 8889c86e75
41 changed files with 9619 additions and 25 deletions

View File

@@ -6,3 +6,7 @@ func Unwarp[T any](result T, err error) T {
}
return result
}
func UnwarpIgnore[T any](result T, _ error) T {
return result
}