完成剩余需求

This commit is contained in:
2025-06-23 00:43:27 +08:00
parent edc605fb62
commit d40392745a
4 changed files with 50 additions and 11 deletions

View File

@@ -30,7 +30,9 @@ export class AdminWebBlogController {
@Get()
async list() {
return this.adminWebBlogService.list();
return this.adminWebBlogService.list({
withAll: true,
});
}
@Post()