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