feat(bulletin): add detail dialog for full bulletin content viewing
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -10,6 +10,16 @@ interface LogEntry {
|
||||
}
|
||||
|
||||
const logs = ref<LogEntry[]>([
|
||||
{
|
||||
version: 'v0.3.4',
|
||||
date: '2026-04-21',
|
||||
title: '公告详情弹窗',
|
||||
items: [
|
||||
{ type: 'feat', text: '公告卡片点击打开详情弹窗,展示完整内容(保留换行格式)' },
|
||||
{ type: 'feat', text: '详情弹窗显示优先级标签、作者、发布时间、截止时间等信息' },
|
||||
{ type: 'feat', text: '详情弹窗内置编辑和删除操作按钮' },
|
||||
]
|
||||
},
|
||||
{
|
||||
version: 'v0.3.3',
|
||||
date: '2026-04-20',
|
||||
|
||||
Reference in New Issue
Block a user