@@ -26,15 +26,17 @@ export const features = [
2626 } ,
2727] ;
2828
29+ const X_BASE_URL = 'https://x.com/' ;
30+
2931export const members = [
30- { name : '@けんちょん' , account : 'https://x.com/ drken1215' } ,
31- { name : '@hiro' , account : 'https://x.com/ k_hiro1818' } ,
32- { name : '@ウルズニャー' , account : 'https://x.com/ uruzunyaa' } ,
33- { name : '@nonon' , account : 'https://x.com/ nonon_kyopro' } ,
34- { name : '@Bluebery1001' , account : 'https://x.com/ bluebery1001' } ,
35- { name : '@seekworser(ぷせうど)' , account : 'https://x.com/ pseudo_thermal' } ,
36- { name : '@Satsuki / さつき先生' , account : 'https://x.com/ Satsuki_8198' } ,
37- { name : '@あべみ' , account : 'https://x.com/ cats0830v' } ,
38- { name : '@わさせき' , account : 'https://x.com/ wasaseki' } ,
39- { name : '@toshi201' , account : 'https://x.com/ toshicon201' } ,
32+ { name : '@けんちょん' , account : ` ${ X_BASE_URL } drken1215` } ,
33+ { name : '@hiro' , account : ` ${ X_BASE_URL } k_hiro1818` } ,
34+ { name : '@ウルズニャー' , account : ` ${ X_BASE_URL } uruzunyaa` } ,
35+ { name : '@nonon' , account : ` ${ X_BASE_URL } nonon_kyopro` } ,
36+ { name : '@Bluebery1001' , account : ` ${ X_BASE_URL } bluebery1001` } ,
37+ { name : '@seekworser(ぷせうど)' , account : ` ${ X_BASE_URL } pseudo_thermal` } ,
38+ { name : '@Satsuki / さつき先生' , account : ` ${ X_BASE_URL } Satsuki_8198` } ,
39+ { name : '@あべみ' , account : ` ${ X_BASE_URL } cats0830v` } ,
40+ { name : '@わさせき' , account : ` ${ X_BASE_URL } wasaseki` } ,
41+ { name : '@toshi201' , account : ` ${ X_BASE_URL } toshicon201` } ,
4042] ;
0 commit comments