Skip to content

Commit

Permalink
docs: add pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosoul committed Oct 24, 2019
1 parent 24416de commit bec67ca
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 8 deletions.
Binary file added public/figure/bottle.mei.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/figure/girl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/figure/red.flower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/figure/yellow.flower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 36 additions & 8 deletions src/assets/colors.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"hex": "#db5a6b",
"name": "海棠红",
"intro": "淡紫红色、较桃红色深一些,是非常妩媚娇艳的颜色。",
"figure": "flower.moon.png?o=0.6"
"figure": "girl.png?o=0.8"
},
{
"id": "0-5",
Expand Down Expand Up @@ -138,7 +138,13 @@
"intro": "淡黄色(鹅嘴的颜色,高明度微偏红黄色)",
"figure": "huofenghuang.png"
},
{ "id": "1-1", "hex": "#faff72", "name": "鸭黄", "intro": "小鸭毛的黄色" },
{
"id": "1-1",
"hex": "#faff72",
"name": "鸭黄",
"intro": "小鸭毛的黄色",
"figure": "yellow.flower.png"
},
{ "id": "1-2", "hex": "#eaff56", "name": "樱草色", "intro": "淡黄色" },
{
"id": "1-3",
Expand Down Expand Up @@ -166,9 +172,15 @@
"id": "1-8",
"hex": "#ffc773",
"name": "姜黄",
"intro": "中药名。别名黄姜。为姜科植物姜黄的根茎。又指人脸色不正,呈黄白色"
"intro": "中药名。别名黄姜。为姜科植物姜黄的根茎。又指人脸色不正,呈黄白色",
"figure": "red.flower.png"
},
{
"id": "1-9",
"hex": "#f0c239",
"name": "缃色",
"intro": "浅黄色"
},
{ "id": "1-9", "hex": "#f0c239", "name": "缃色", "intro": "浅黄色" },
{
"id": "1-10",
"hex": "#fa8c35",
Expand Down Expand Up @@ -238,9 +250,20 @@
"name": "绿",
"hex": "#0aa344",
"colors": [
{ "id": "2-0", "hex": "#bddd22", "name": "嫩绿", "intro": "像刚长出的嫩叶的浅绿色" },
{
"id": "2-0",
"hex": "#bddd22",
"name": "嫩绿",
"intro": "像刚长出的嫩叶的浅绿色",
"figure": "bottle.mei.png"
},
{ "id": "2-1", "hex": "#c9dd22", "name": "柳黄", "intro": "像柳树芽那样的浅黄色" },
{ "id": "2-2", "hex": "#afdd22", "name": "柳绿", "intro": "柳叶的青绿色" },
{
"id": "2-2",
"hex": "#afdd22",
"name": "柳绿",
"intro": "柳叶的青绿色"
},
{
"id": "2-3",
"hex": "#789262",
Expand All @@ -253,11 +276,16 @@
"id": "2-5",
"hex": "#9ed900",
"name": "葱绿",
"intro": "1,浅绿又略显微黄的颜色2,草木青翠的样子"
"intro": "1:浅绿又略显微黄的颜色 2:草木青翠的样子"
},
{ "id": "2-6", "hex": "#0eb83a", "name": "葱青", "intro": "淡淡的青绿色" },
{ "id": "2-7", "hex": "#0eb840", "name": "葱倩", "intro": "青绿色" },
{ "id": "2-8", "hex": "#0aa344", "name": "青葱", "intro": "翠绿色,形容植物浓绿" },
{
"id": "2-8",
"hex": "#0aa344",
"name": "青葱",
"intro": "翠绿色,形容植物浓绿"
},
{
"id": "2-9",
"hex": "#00bc12",
Expand Down

0 comments on commit bec67ca

Please sign in to comment.