Update frames.go

This commit is contained in:
許佳和 2024-11-17 12:18:35 +08:00 committed by GitHub
parent d944475acb
commit c87cb8a4f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,4 +56,5 @@ var FrameMap = map[string]FrameType{
"rick": Rick,
"spidyswing": Spidy,
"torus-knot": TorusKnot,
"Furry": Furry,
}