34_color.yaml 324 字节
Newer Older
陈琦 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
from: color.v1.yaml
fields:
  - field: rgb
    use: rgb
    prefix: 'rgb: ' 
    postfix: "\t" 
  - field: hex
    use: hex
    prefix: 'hex: ' 
    postfix: "\t" 
  - field: english
    use: english
    prefix: 'english: ' 
    postfix: "\t" 
  - field: chinese
    use: chinese
    prefix: 'chinese: ' 
    postfix: "\t"