add achievement

This commit is contained in:
syuilo
2023-01-22 08:00:42 +09:00
parent 7fdf298bd4
commit 26ae2dfc0f
4 changed files with 17 additions and 1 deletions

View File

@ -40,6 +40,7 @@ export const ACHIEVEMENT_TYPES = [
'loggedInOnNewYearsDay',
'noteClipped1',
'noteFavorited1',
'myNoteFavorited1',
'profileFilled',
'markedAsCat',
'following1',
@ -240,6 +241,11 @@ export const ACHIEVEMENT_BADGES = {
bg: null,
frame: 'bronze',
},
'myNoteFavorited1': {
img: '/fluent-emoji/1f320.png',
bg: null,
frame: 'silver',
},
'profileFilled': {
img: '/fluent-emoji/1f44c.png',
bg: 'linear-gradient(0deg, rgb(187 183 59), rgb(255 143 77))',