Skip to content

Commit

Permalink
perf(links): swap positions of Audit and Pass
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Jul 15, 2022
1 parent a641e3b commit ab8e9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/links/links.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author: Wibus
* @Date: 2022-07-11 11:54:02
* @LastEditors: Wibus
* @LastEditTime: 2022-07-15 18:12:37
* @LastEditTime: 2022-07-15 18:16:51
* Coding With IU
*/

Expand All @@ -29,8 +29,8 @@ export enum LinksType {
}

export enum LinksStatus {
Pass, // 通过
Audit, // 审核中
Pass, // 通过
Outdate, // 已过期
Banned, // 禁止访问
}
Expand Down

0 comments on commit ab8e9b3

Please sign in to comment.