Resolved Frames.go conflict by adding the newly added elements to the dictionary

This commit is contained in:
Kanari Nagao Hirano 2025-01-05 05:44:18 +00:00
parent f732d34507
commit 9dac617dbc

View file

@ -56,5 +56,10 @@ var FrameMap = map[string]FrameType{
"rick": Rick,
"spidyswing": Spidy,
"torus-knot": TorusKnot,
"purdue": Purdue,
"purdue": Purdue,
"as": AStrend,
"bomb": Bomb,
"maxwell": Maxwell,
"earth": Earth,
"kitty": Kitty,
}