mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
9 lines
156 B
JavaScript
9 lines
156 B
JavaScript
export var BadgesType = [
|
|
{
|
|
"id": "alpha_test",
|
|
"title": "Alpha Tester",
|
|
"color": "volcano",
|
|
"tip": "Oh yeah!"
|
|
},
|
|
]
|