File tree Expand file tree Collapse file tree 5 files changed +12
-0
lines changed
Expand file tree Collapse file tree 5 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ export function ApiReadFeedDetail() {
3838 } ,
3939 } ,
4040 likes : { type : 'number' } ,
41+ comments : { type : 'number' } ,
4142 } ,
4243 } ,
4344 } ,
@@ -56,6 +57,7 @@ export function ApiReadFeedDetail() {
5657 summary : '#example/n ### exexample' ,
5758 tag : [ 'tag1' , 'tag2' ] ,
5859 likes : 0 ,
60+ comments : 0 ,
5961 } ,
6062 } ,
6163 } ) ,
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ export function ApiReadFeedPagination() {
6464 } ,
6565 } ,
6666 likes : { type : 'number' } ,
67+ comments : { type : 'number' } ,
6768 } ,
6869 } ,
6970 } ,
@@ -89,6 +90,7 @@ export function ApiReadFeedPagination() {
8990 isNew : false ,
9091 tag : [ 'tag1' , 'tag2' ] ,
9192 likes : 0 ,
93+ comments : 0 ,
9294 } ,
9395 ] ,
9496 lastId : 3 ,
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ export function ApiReadRecentFeedList() {
3737 } ,
3838 } ,
3939 likes : { type : 'number' } ,
40+ comments : { type : 'number' } ,
4041 } ,
4142 } ,
4243 } ,
@@ -57,6 +58,7 @@ export function ApiReadRecentFeedList() {
5758 isNew : true ,
5859 tag : [ 'tag1' , 'tag2' ] ,
5960 likes : 0 ,
61+ comments : 0 ,
6062 } ,
6163 ] ,
6264 } ,
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ export function ApiReadTrendFeedList() {
3636 } ,
3737 } ,
3838 likes : { type : 'number' } ,
39+ comments : { type : 'number' } ,
3940 } ,
4041 } ,
4142 } ,
@@ -58,6 +59,7 @@ export function ApiReadTrendFeedList() {
5859 viewCount : 0 ,
5960 tag : [ 'tag1' , 'tag2' ] ,
6061 likes : 0 ,
62+ comments : 0 ,
6163 } ,
6264 {
6365 id : 2 ,
@@ -70,6 +72,7 @@ export function ApiReadTrendFeedList() {
7072 viewCount : 0 ,
7173 tag : [ 'tag1' , 'tag2' ] ,
7274 likes : 0 ,
75+ comments : 0 ,
7376 } ,
7477 ] ,
7578 } ,
@@ -90,6 +93,7 @@ export function ApiReadTrendFeedList() {
9093 viewCount : 0 ,
9194 tag : [ 'tag1' , 'tag2' ] ,
9295 likes : 0 ,
96+ comments : 0 ,
9397 } ,
9498 {
9599 id : 4 ,
@@ -102,6 +106,7 @@ export function ApiReadTrendFeedList() {
102106 viewCount : 0 ,
103107 tag : [ 'tag1' , 'tag2' ] ,
104108 likes : 0 ,
109+ comments : 0 ,
105110 } ,
106111 ] ,
107112 } ,
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ export function ApiSearchFeedList() {
103103 path : 'https://test.com/1' ,
104104 createdAt : '2024-10-27T02:08:55.000Z' ,
105105 likes : 0 ,
106+ comments : 0 ,
106107 } ,
107108 ] ,
108109 totalPages : 3 ,
You canβt perform that action at this time.
0 commit comments