@cloud411716/fancy-webnovel 0.2.17 → 0.2.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -29,9 +29,9 @@ const DETAIL_BASE = "https://www.jjwxc.net/onebook.php";
|
|
|
29
29
|
const RANK_TYPES = [
|
|
30
30
|
{ id: "5", label: "月榜" },
|
|
31
31
|
{ id: "7", label: "总分榜" },
|
|
32
|
-
{ id: "
|
|
32
|
+
{ id: "4", label: "季度榜" },
|
|
33
33
|
{ id: "12", label: "收入金榜" },
|
|
34
|
-
{ id: "
|
|
34
|
+
{ id: "16", label: "完结金榜" },
|
|
35
35
|
{ id: "15", label: "勤奋指数榜" },
|
|
36
36
|
{ id: "17", label: "新手金榜" },
|
|
37
37
|
];
|