Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
LC_soapi
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
aede570b
authored
Jan 06, 2020
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
添加品牌数据
parent
8c0133d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
18 deletions
.vscode/launch.json
pkg/setting/data.go
.vscode/launch.json
deleted
100644 → 0
View file @
8c0133d6
{
//
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
pkg/setting/data.go
0 → 100644
View file @
aede570b
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(上海贝岭)"
,
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment