Skip to content

Commit 7d6d1a0

Browse files
committed
fix(articles): update EditArticleRequest
#40 (comment)
1 parent dc2f393 commit 7d6d1a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

luogu-api.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ export interface EditArticleRequest {
139139
content: string;
140140
solutionFor: string | null;
141141
status: number;
142+
top: number;
142143
}
143144

144145
export interface BatchEditArticleRequest {

0 commit comments

Comments
 (0)