v1.9 报修相关功能优化

This commit is contained in:
wuxw 2025-07-30 11:57:03 +08:00
parent e02068d92e
commit 6f0d0f5b94

View File

@ -40,6 +40,11 @@ export const messages = {
repairContent: 'Repair Content',
operationSuggestions: 'Operation Suggestions',
endReason: 'End Reason',
paidService: 'Paid Service',
freeService: 'Free Service',
needMaterials: 'Need Materials',
noMaterialsNeeded: 'No Materials Needed',
timedTaskProcessing: 'Timed Task Processing'
}
},
zh: {
@ -83,6 +88,11 @@ export const messages = {
repairContent: '报修内容',
operationSuggestions: '说明',
endReason: '结束原因',
paidService: '付费服务',
freeService: '免费服务',
needMaterials: '需要材料',
noMaterialsNeeded: '不需要材料',
timedTaskProcessing: '定时任务处理中'
}
}
}