@cloud411716/fancy-webnovel 0.1.58 → 0.1.59
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
|
@@ -21,6 +21,7 @@ import { fileURLToPath } from 'url';
|
|
|
21
21
|
// ---------------------------------------------------------------------------
|
|
22
22
|
|
|
23
23
|
const VALID_LENGTHS = ['long', 'short'];
|
|
24
|
+
const VALID_PLATFORMS = ['qidian', 'fanqie', 'jinjiang', 'zhihu', 'qimao'];
|
|
24
25
|
|
|
25
26
|
const PLATFORM_SUPPORTED_LENGTHS = {
|
|
26
27
|
qidian: ['long'],
|