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:
congsh
2026-04-21 14:07:51 +08:00
parent 068708bbd7
commit d3ef22f06e
2 changed files with 199 additions and 1 deletions
+10
View File
@@ -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',