add 动态消息

This commit is contained in:
赵霄
2023-09-25 17:51:15 +08:00
parent 8ba6de40aa
commit bf9004585c
3 changed files with 140 additions and 0 deletions
@@ -36,5 +36,12 @@ module.exports = {
problemOccurrenceTime: 'Problem occurrence time',
respondent: 'Respondent',
problemDescription: 'Problem description'
},
// 动态消息
dynamicMessage: {
dynamicHeading: 'Dynamic heading',
dynamicCataloging: 'Dynamic cataloging',
releaseStatus: 'Release status',
releaseTime: 'Release time'
}
}