feat: 编辑博客支持Slug字段,添加复制链接功能

This commit is contained in:
2025-12-27 13:19:17 +08:00
parent 3ea57ba023
commit 8c43f5fa73
4 changed files with 38 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ export class UpdateBlogDto {
@IsString()
description: string;
@IsString()
slug: string;
@IsString()
contentUrl: string;