File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 11import { AccountType } from '/@/lib/apis'
22import AtCoder from '/@/assets/AtCoder.png'
3+ import Mixi2 from '/@/assets/Mixi2.png'
34
45export interface Service {
56 name : string
@@ -104,6 +105,14 @@ export const services: ServiceRecord = new Map([
104105 name : 'Bluesky' ,
105106 icon : 'simple-icons:bluesky'
106107 }
108+ ] ,
109+ [
110+ AccountType . mixi2 ,
111+ {
112+ name : 'Mixi2' ,
113+ icon : Mixi2 ,
114+ notIcon : true
115+ }
107116 ]
108117] )
109118
Original file line number Diff line number Diff line change @@ -85,6 +85,12 @@ const sampleAccounts: Account[] = [
8585 displayName : '' ,
8686 type : AccountType . bluesky ,
8787 url : 'https://sample.com'
88+ } ,
89+ {
90+ id : '' ,
91+ displayName : '' ,
92+ type : AccountType . mixi2 ,
93+ url : 'https://sample.com'
8894 }
8995]
9096
You can’t perform that action at this time.
0 commit comments