16 lines
393 B
TypeScript
16 lines
393 B
TypeScript
export default {
|
|
'quick Search Fields': 'ID/标题',
|
|
id: 'ID',
|
|
title: '标题',
|
|
content: '正文',
|
|
notice_type: '公告类型',
|
|
'notice_type 0': '静默信箱',
|
|
'notice_type 1': '强弹窗',
|
|
status: '状态',
|
|
'status 0': '草稿',
|
|
'status 1': '发布',
|
|
publish_at: '发布时间',
|
|
create_time: '创建时间',
|
|
update_time: '更新时间',
|
|
}
|