-
Notifications
You must be signed in to change notification settings - Fork 17
/
nameMap.js
executable file
·87 lines (84 loc) · 3.76 KB
/
nameMap.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
let nameMap = {
"shanks": "http://codebuild.me/",
"小锅": "http://www.swiftyper.com",
"lfb_CD": "http://weibo.com/lfbWb",
"mmoaay": "http://www.jianshu.com/u/2d46948e84e3",
"Yake": "http://blog.csdn.net/yake_099",
"小铁匠Linus": "http://linusling.com",
"SergioChan": "https://github.com/SergioChan",
"天才175": "http://weibo.com/u/2916092907",
"靛青K": "http://blog.dianqk.org/",
"numbbbbb": "http://numbbbbb.com/",
"千叶知风": "http://weibo.com/xiaoxxiao",
"CMB": "https://github.com/chenmingbiao",
"saitjr": "http://www.saitjr.com",
"Prayer": "http://www.futantan.com",
"pmst": "http://www.jianshu.com/users/596f2ba91ce9/latest_articles",
"ray16897188": "http://www.jianshu.com/users/97c49dfd1f9f/latest_articles",
"BridgeQ": "http://wxgbridgeq.github.io/",
"小袋子": "http://daizi.me",
"我偏笑": "http://blog.csdn.net/nsnirvana",
"riven": "http://weibo.com/riven0951",
"Cee": "https://github.com/Cee",
"星夜暮晨": "http://www.jianshu.com/users/ef1058d2d851",
"JackAlan": "http://alanmelody.com/",
"walkingway": "http://chengway.in/",
" ": "https://github.com/initiOSJava",
"bestswifter": "http://bestswifter.com",
"CoderAFI": "http://coderafi.github.io/",
"aaaron7": "http://www.jianshu.com/users/9efd08855d3a/",
"zltunes": "http://zltunes.com",
"Lanford3_3": "http://lanfordcai.github.io",
"pucca601": "http://weibo.com/601pucca",
"Crystal Sun": "http://www.jianshu.com/users/7a2d2cc38444/latest_articles",
"Darren": "https://github.com/Harman-darrenchen",
"Cwift": "http://weibo.com/277195544",
"haolloyin": "https://github.com/haolloyin",
"BigbigChai": "https://github.com/chaiyixiao",
"wiilen": "http://www.jianshu.com/users/b7978363eb99/latest_articles",
"Channe": "http://www.jianshu.com/users/7a07113a6597/latest_articles",
"冬瓜": "http://www.desgard.com/",
"Joy": "http://www.jianshu.com/users/9c51a213b02e/latest_articles",
"Ckitakishi": "http://ckitakishi.com",
"粉红星云": "http://www.jianshu.com/users/f4d4f97d8b90/latest_articles",
"钟颖": "https://github.com/cyanzhong",
"与狼同行": "http://www.jianshu.com/users/1c22b0c065ec/latest_articles",
"智多芯": "http://hulizhen.me",
"四娘": "https://kemchenj.github.io",
"SketchK": "http://www.sketchk.xyz",
"Forelax": "http://forelax.space",
"imiem": "https://imiem.github.io",
"Hale": "http://wuqiuhao.github.io",
"Lision": "https://lision.me/",
"Damonwong": "https://github.com/Damonvvong",
"Yousanflics": "http://blog.yousanflics.com.cn",
"muhlenXi": "http://muhlenxi.com/",
"东莞大唐和尚": "https://weibo.com/u/5029986118",
"Lefex": "https://weibo.com/u/5953150140",
"ennisk": "https://weibo.com/u/1771329710",
"liberalism": "https://weibo.com/1743643682/profile?topnav=1&wvr=6",
"阳仔": "https://github.com/YangGao1991",
"Khala-wan": "http://khala-wan.com",
"BigLuo": "https://github.com/Adolf-L",
"雨谨": "https://github.com/mobilefellow",
"jojotov": "https://dingtz.com/",
"Sunnyyoung": "https://www.sunnyyoung.net/",
"liberalisman": "http://xiaolu520.com/",
"BigNerdCoding": "https://bignerdcoding.com/",
"rsenjoyer": "https://github.com/rsenjoyer",
"wongzigii": "https://github.com/wongzigii",
"Nemocdz": "https://nemocdz.github.io/",
"郑一一": "https://www.jianshu.com/u/076cc5e18bb8",
"WAMaker": "https://github.com/WAMaker",
"zhongWJ": "https://github.com/zhongWJ",
"灰s": "https://github.com/dzyding",
"石榴": "https://github.com/alejx",
"RocZhang": "https://www.roczhang.com/",
"张弛": "https://github.com/zhangchi25806",
"RickeyBoy": "https://github.com/RickeyBoy",
"Ji4n1ng": "https://github.com/Ji4n1ng",
"CyberHex": "https://cyberhex.me/",
"Joeytat": "https://github.com/joeytat",
"Pancf": "https://github.com/Pancf"
}
export default nameMap