You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
define(function () {
|
|
'use strict';
|
|
return {
|
|
special: {
|
|
1: '图文',
|
|
2: '音频',
|
|
3: '视频',
|
|
4: '直播',
|
|
5: '专栏',
|
|
6: '轻专题',
|
|
},
|
|
rate: {
|
|
1: '非常差',
|
|
2: '差',
|
|
3: '一般',
|
|
4: '好',
|
|
5: '非常好',
|
|
},
|
|
question: {
|
|
1: '单选题',
|
|
2: '多选题',
|
|
3: '判断题',
|
|
},
|
|
};
|
|
}); |