Commit aede570b by 杨树贤

添加品牌数据

parent 8c0133d6
Showing with 27 additions and 18 deletions
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${fileDirname}",
"env": {},
"args": []
}
]
}
\ No newline at end of file
package setting
//品牌简写替换
var SelfBrandReplace = map[string]string{
"FH": "FH(风华)",
"BL": "BL(上海贝岭)",
"TE": "TE(泰科)",
"FM": "FM(富满)",
"CJ": "CJ(长电)",
"ST": "ST(意法)",
"SK": "SK(时科)",
"ON": "ON(安森美)",
"TM": "TM(天微)",
"TP": "TP(拓微)",
"TI": "TI(德州仪器)",
"MD": "MD(明达)",
"EG": "EG(屹晶微)",
"HF": "HF(宏发)",
"DY": "DY(迪一)",
"MK": "MK(米客方德)",
"国民": "Nationz(国民技术)",
"中芯": "SMIC(中芯国际)",
"富士": "Fuji Electric(富士电机)",
"国星": "Nationstar(国星光电)",
"贝岭": "BL(上海贝岭)",
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment