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