10 lines
218 B
TypeScript
10 lines
218 B
TypeScript
export const SourceLabelMap: Record<string, string> = {
|
|
tttang: "跳跳糖",
|
|
secin: "Sec-In",
|
|
seebug: "Seebug",
|
|
wechat: "微信公众号",
|
|
xianzhi: "先知",
|
|
anquanke: "安全客",
|
|
freebuf: "FreeBuf",
|
|
};
|