Skip to content

Commit

Permalink
Merge branch 'main' into feat/blogtruyen-source
Browse files Browse the repository at this point in the history
  • Loading branch information
zcrossoverz committed Jun 27, 2023
2 parents 10b437b + 1521a09 commit 538229e
Show file tree
Hide file tree
Showing 11 changed files with 1,754 additions and 1,672 deletions.
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"endOfLine": "auto"
}
20 changes: 10 additions & 10 deletions src/constants/filter.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
export declare enum NETTRUYEN_STATUS_FILTER {
ALL = -1,
ON_GOING = 1,
COMPLETED = 2,
ALL = -1,
ON_GOING = 1,
COMPLETED = 2,
}

export declare enum NETTRUYEN_SORT_FILTER {
NEW = 15,
TOP_ALL = 10,
TOP_MONTH = 11,
TOP_WEEK = 12,
TOP_DAY = 13,
TOP_FOLLOW = 20,
NONE = 0,
NEW = 15,
TOP_ALL = 10,
TOP_MONTH = 11,
TOP_WEEK = 12,
TOP_DAY = 13,
TOP_FOLLOW = 20,
NONE = 0,
}
Loading

0 comments on commit 538229e

Please sign in to comment.