Skip to content

Commit

Permalink
chore: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiu8081 committed Jan 26, 2023
1 parent 6acadf5 commit 8c26a01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,11 +591,11 @@ export interface RedPocketEndMsg {
id: number
/** 中奖人数 */
total_num: number
/** 中奖列表 */
/** 中奖用户列表 */
winner: ({
/** 中奖用户uid */
/** 用户uid */
uid: number
/** 中奖用户昵称 */
/** 用户昵称 */
uname: string
/** 奖品id */
award_id: number
Expand Down
6 changes: 3 additions & 3 deletions src/parser/POPULARITY_RED_POCKET_WINNER_LIST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ export interface RedPocketEndMsg {
id: number
/** 中奖人数 */
total_num: number
/** 中奖列表 */
/** 中奖用户列表 */
winner: ({
/** 中奖用户uid */
/** 用户uid */
uid: number
/** 中奖用户昵称 */
/** 用户昵称 */
uname: string
/** 奖品id */
award_id: number
Expand Down

0 comments on commit 8c26a01

Please sign in to comment.