You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
971 B
Go

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

package err
var WorkCategory = map[string]string{
"WORD": "文字作品支持文件类型TEXT",
"ORAL": "口述作品支持文件类型AUDIO",
"MUSIC": "音乐作品支持文件类型AUDIO",
"DRAMA": "戏剧作品支持文件类型TEXT",
"QUYI": "曲艺作品支持文件类型TEXT",
"DANCE": "舞蹈作品支持文件类型VIDEO",
"ACRABATICS": "杂技作品支持文件类型VIDEO",
"ART": "美术作品支持文件类型IMAGE",
"ARCHITECTURE": "建筑作品支持文件类型IMAGE",
"PHOTOGRAPHY": "摄影作品支持文件类型IMAGE",
"MOVIE": "电影作品支持文件类型VIDEO",
"AUDIOVISUAL": "类似摄制电影方法创作作品支持文件类型VIDEO",
"DESIGN": "工程设计图、产品设计图支持文件类型IMAGE",
"DIAGRAM": "示意图支持文件类型IMAGE",
"MODEL": "模型支持文件类型IMAGE",
}