Commit 98e915fe by wd

增加产品对比颜色

parent 0d843a60
......@@ -104,7 +104,26 @@ class GoogleFeed extends Command
'IVY' => 'Ivory',
'LCN' => 'Light Cyan',
'LIN' => 'Linen',
'IDG' => 'Indigo'
'IDG' => 'Indigo',
'BLK' => 'Black',
'BLU' => 'Blue',
'LBU' => 'Light Blue',
'SKY' => 'Skyblue',
'GRN' => 'Green',
'RBN' => 'Rosybrown',
'MCL' => 'Multicolor',
'PUR' => 'Purple',
'DRD' => 'Dark Red',
'OLV' => 'Olive',
'COF' => 'Coffee',
'TAN' => 'Tan',
'BGE' => 'Beige',
'WHI' => 'White',
'GRY' => 'Grey',
'VLT' => 'Violet',
'PNK' => 'Pink',
'BRN' => 'Brown',
'GLD' => 'Gold'
];
private $pattern = [
......
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 to comment