模板:曲目信息/doc:修订间差异
无编辑摘要 |
|||
| 第84行: | 第84行: | ||
"composer": { | "composer": { | ||
"label": "作曲", | "label": "作曲", | ||
"type": "content" | "type": "content", | ||
"description": "本曲的制作者。" | |||
}, | }, | ||
"arranger": { | "arranger": { | ||
"label": "编曲", | "label": "编曲", | ||
"type": "content" | "type": "content", | ||
"description": "本曲的编曲者。" | |||
}, | }, | ||
"genre": { | "genre": { | ||
"label": "风格", | "label": "风格", | ||
"type": "line" | "type": "line", | ||
"description": "本曲的风格。", | |||
"example": "J-Rock" | |||
}, | }, | ||
"length": { | "length": { | ||
"label": "时长", | "label": "时长", | ||
"type": "line", | "type": "line", | ||
"suggested": true | "suggested": true, | ||
"description": "本曲的时长。", | |||
"example": "1:23" | |||
}, | }, | ||
"bpm": { | "bpm": { | ||
| 第103行: | 第109行: | ||
"description": "本曲的BPM。可以填写数字,如该曲目BPM可变可以填写范围。", | "description": "本曲的BPM。可以填写数字,如该曲目BPM可变可以填写范围。", | ||
"example": "162、80-160", | "example": "162、80-160", | ||
"type": "line" | "type": "line", | ||
"suggested": true | |||
}, | }, | ||
"vocal": { | "vocal": { | ||
| 第131行: | 第138行: | ||
"lyrics": { | "lyrics": { | ||
"label": "作词", | "label": "作词", | ||
"type": "content" | "type": "content", | ||
"description": "本曲的作词。如已填写“演唱”参数,请视情况填写该参数。" | |||
} | } | ||
}, | }, | ||