add public names of chinese social accounts
This commit is contained in:
		
							parent
							
								
									8a03dd5bb4
								
							
						
					
					
						commit
						ba923abf05
					
				
							
								
								
									
										1
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								index.js
									
									
									
									
									
								
							| @ -1,4 +1,5 @@ | ||||
| module.exports = { | ||||
|   accounts: require('socialids'), | ||||
|   chaindata: require('./chaindata'), | ||||
|   domains: require('./domains'), | ||||
| } | ||||
|  | ||||
| @ -1,93 +0,0 @@ | ||||
| module.exports = { | ||||
|   YUANJINX: { | ||||
|     douyin: { | ||||
|       uid: 'dyem5vkr2vjr', | ||||
|       url: 'https://v.douyin.com/iYLYw9M2/', | ||||
|     }, | ||||
|     weichat: { | ||||
|       uid: 'yuanjinxcom', | ||||
|       url: 'http://weixin.qq.com/r/ZRLbw7rEzuexrf6g90d3', | ||||
|     }, | ||||
|   }, | ||||
|   AKAIZOIC: { | ||||
|     bilibili: { | ||||
|       name: '爱奇点', | ||||
|       uid: '3546647946594316', | ||||
|       url: 'https://space.bilibili.com/3546647946594316', | ||||
|     }, | ||||
|     douyin: { | ||||
|       name: '爱奇点', | ||||
|       uid: '43467875788', | ||||
|       url: 'https://v.douyin.com/iYPd9RWQ/', | ||||
|     }, | ||||
|     facebook: { | ||||
|       name: 'aippiacom', | ||||
|       uid: 'aippiacom', | ||||
|       url: 'https://facebook.com/aippiacom', | ||||
|     }, | ||||
|     github: { | ||||
|       uid: 'aippia', | ||||
|       url: { enUS: 'https://github.com/aippia/en', zhCN: 'https://github.com/aippia/cn' }, | ||||
|     }, | ||||
|     redbook: { | ||||
|       name: '爱奇点', | ||||
|       uid: '11106059660', | ||||
|     }, | ||||
|     telegram: { | ||||
|       uid: 'agidin', | ||||
|     }, | ||||
|     twitter: { | ||||
|       uid: 'aippiacom', | ||||
|     }, | ||||
|     wechat: { | ||||
|       rawid: 'gh_1e2e9018f41b', | ||||
|       url: 'http://weixin.qq.com/r/dxP07DDE3W2irXSP90Zl', | ||||
|     }, | ||||
|     youtube: { | ||||
|       name: 'aippia', | ||||
|       uid: 'aippiacom', | ||||
|       url: 'https://www.youtube.com/@aippiacom', | ||||
|     }, | ||||
|   }, | ||||
|   AKBABELY: { | ||||
|     bilibili: { | ||||
|       name: '巴贝历', | ||||
|       uid: '1042215400', | ||||
|       url: 'https://space.bilibili.com/1042215400', | ||||
|     }, | ||||
|     douyin: { | ||||
|       name: '巴贝历', | ||||
|       uid: '30599857106', | ||||
|       url: 'https://v.douyin.com/iYL2rTyM/', | ||||
|     }, | ||||
|     facebook: { | ||||
|       name: 'Babelyx', | ||||
|       uid: { enUS: 'babelyxcom', zhCN: 'babeili' }, | ||||
|       url: 'https://facebook.com/babelyxcom', | ||||
|     }, | ||||
|     github: { | ||||
|       uid: 'babelyx', | ||||
|       url: { enUS: 'https://github.com/babelyx/en', zhCN: 'https://github.com/babelyx/cn' }, | ||||
|     }, | ||||
|     redbook: { | ||||
|       name: '巴贝历', | ||||
|       uid: '313912962', | ||||
|     }, | ||||
|     telegram: { | ||||
|       uid: 'babelyx', | ||||
|     }, | ||||
|     twitter: { | ||||
|       uid: 'babelyxcom', | ||||
|     }, | ||||
|     wechat: { | ||||
|       uid: undefined, | ||||
|       rawid: 'gh_64e7b6de58fc', | ||||
|       url: 'http://weixin.qq.com/r/oRE_Jr3ECeB2rflF90Sz', | ||||
|     }, | ||||
|     youtube: { | ||||
|       name: { enUS: 'Babelyx', zhCN: '巴贝历' }, | ||||
|       uid: { enUS: 'babelyxcom', zhCN: 'babeili' }, | ||||
|       url: { enUS: 'https://www.youtube.com/@babelyxcom', zhCN: 'https://www.youtube.com/@babeili' }, | ||||
|     }, | ||||
|   }, | ||||
| } | ||||
							
								
								
									
										107
									
								
								socialids.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										107
									
								
								socialids.js
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,107 @@ | ||||
| // social ids
 | ||||
| 
 | ||||
| module.exports = { | ||||
|   AKTRYAPP: { | ||||
|     douyin: { | ||||
|       name: '远近星空', | ||||
|       chid: 'dyem5vkr2vjr', | ||||
|       churl: 'https://v.douyin.com/iYLYw9M2/', | ||||
|     }, | ||||
|     wechat: { | ||||
|       name: '远近星空', | ||||
|       chid: 'yuanjinxcom', | ||||
|       churl: 'http://weixin.qq.com/r/ZRLbw7rEzuexrf6g90d3', | ||||
|     }, | ||||
|   }, | ||||
|   AKAIZOIC: { | ||||
|     bilibili: { | ||||
|       name: '爱奇点', | ||||
|       chid: '3546647946594316', | ||||
|       churl: 'https://space.bilibili.com/3546647946594316', | ||||
|     }, | ||||
|     douyin: { | ||||
|       name: '爱奇点', | ||||
|       chid: '43467875788', | ||||
|       churl: 'https://v.douyin.com/iYPd9RWQ/', | ||||
|     }, | ||||
|     facebook: { | ||||
|       chid: 'agidincom', | ||||
|       churl: 'https://facebook.com/agidincom', | ||||
|     }, | ||||
|     github: { | ||||
|       chid: 'agidincom', | ||||
|       churl: { | ||||
|         enUS: 'https://github.com/agidincom/en', | ||||
|         zhCN: 'https://github.com/agidincom/cn', | ||||
|       }, | ||||
|     }, | ||||
|     rednote: { | ||||
|       name: '爱奇点', | ||||
|       chid: '11106059660', | ||||
|     }, | ||||
|     telegram: { | ||||
|       chid: 'agidin', | ||||
|       churl: 'https://t.me/agidin', | ||||
|     }, | ||||
|     twitter: { | ||||
|       chid: 'agidincom', | ||||
|       churl: 'https://twitter.com/agidincom', | ||||
|     }, | ||||
|     wechat: { | ||||
|       name: '爱奇点', | ||||
|       rawid: 'gh_1e2e9018f41b', | ||||
|       churl: 'http://weixin.qq.com/r/dxP07DDE3W2irXSP90Zl', | ||||
|     }, | ||||
|     youtube: { | ||||
|       chid: 'agidincom', // 20240101: {id:'@aizoic',name:'AIZOIC'}, 20240219: {'@aippiacom', name:'Aippia'}
 | ||||
|       churl: 'https://www.youtube.com/@agidincom', | ||||
|     }, | ||||
|   }, | ||||
|   AKBABELY: { | ||||
|     bilibili: { | ||||
|       name: '巴贝历', | ||||
|       chid: '1042215400', | ||||
|       churl: 'https://space.bilibili.com/1042215400', | ||||
|     }, | ||||
|     douyin: { | ||||
|       name: '巴贝历', | ||||
|       chid: '30599857106', | ||||
|       churl: 'https://v.douyin.com/iYL2rTyM/', | ||||
|     }, | ||||
|     facebook: { | ||||
|       // Brand Pages: { type: 'Pages/公共主页', owner: 'lukerlu@hotmail.com (https://www.facebook.com/luker.lu)' }
 | ||||
|       name: 'Babelyx', | ||||
|       chid: { enUS: 'babelyxcom', zhCN: 'babeili' }, // babelyx/babelycc 被占
 | ||||
|       churl: { enUS: 'https://facebook.com/babelyxcom', zhCN: 'https://facebook.com/babeili' }, | ||||
|     }, | ||||
|     github: { | ||||
|       // oranizations: { owner: 'wameup@outlook.com' }
 | ||||
|       chid: 'babelyx', | ||||
|       churl: { enUS: 'https://github.com/babelyx/en', zhCN: 'https://github.com/babelyx/cn' }, | ||||
|     }, | ||||
|     rednote: { | ||||
|       name: '巴贝历', | ||||
|       chid: '313912962', | ||||
|     }, | ||||
|     telegram: { | ||||
|       // { owner: 'lukerlu, 15295439901' },
 | ||||
|       chid: 'babelyx', | ||||
|       churl: 'https://t.me/babelyx', | ||||
|     }, | ||||
|     twitter: { | ||||
|       chid: 'babelyxcom', // babelycc+x@outlook.com babelyx 被占
 | ||||
|       churl: 'https://twitter.com/babelyxcom', | ||||
|     }, | ||||
|     wechat: { | ||||
|       name: '爱奇点', | ||||
|       chid: undefined, | ||||
|       rawid: 'gh_64e7b6de58fc', | ||||
|       churl: 'http://weixin.qq.com/r/oRE_Jr3ECeB2rflF90Sz', | ||||
|     }, | ||||
|     youtube: { | ||||
|       name: { enUS: 'Babelyx', zhCN: '巴贝历' }, | ||||
|       chid: { enUS: 'babelyxcom', zhCN: 'babeili' }, // @babelyx 被占。
 | ||||
|       churl: { enUS: 'https://www.youtube.com/@babelyxcom', zhCN: 'https://www.youtube.com/@babeili' }, | ||||
|     }, | ||||
|   }, | ||||
| } | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user