[运营]公告

This commit is contained in:
2026-04-16 14:32:35 +08:00
parent 54f460a242
commit 6c491bac81
6 changed files with 267 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
export default {
'quick Search Fields': 'ID/Title',
id: 'ID',
title: 'Title',
content: 'Content',
notice_type: 'Notice type',
'notice_type 0': 'Inbox (silent)',
'notice_type 1': 'Pop-up',
status: 'Status',
'status 0': 'Draft',
'status 1': 'Published',
publish_at: 'Publish time',
create_time: 'Created',
update_time: 'Updated',
}

View File

@@ -0,0 +1,15 @@
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: '更新时间',
}