We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3f37ab + f58f21e commit 75bb9d0Copy full SHA for 75bb9d0
src/consts/services.ts
@@ -97,6 +97,13 @@ export const services: ServiceRecord = new Map([
97
name: 'CTFtime',
98
icon: 'ctftime' //アイコンは保留
99
}
100
+ ],
101
+ [
102
+ AccountType.bluesky,
103
+ {
104
+ name: 'Bluesky',
105
+ icon: 'simple-icons:bluesky'
106
+ }
107
]
108
])
109
src/mocks/users.ts
@@ -79,6 +79,12 @@ const sampleAccounts: Account[] = [
79
displayName: '',
80
type: AccountType.zenn,
81
url: 'https://sample.com'
82
+ },
83
84
+ id: '',
85
+ displayName: '',
86
+ type: AccountType.bluesky,
87
+ url: 'https://sample.com'
88
89
90
0 commit comments