@cloud411716/fancy-webnovel 0.2.13 → 0.2.14

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud411716/fancy-webnovel",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -28,9 +28,7 @@ export const scan = {
28
28
  return (
29
29
  '📋 支持的平台:\n' +
30
30
  PLATFORM_TABLE.map(r => ` ${r[0]}. ${r[3]}(${r[2]})`).join('\n') +
31
- '\n\n- 长篇:关注 追读、月票、订阅 等指标\n' +
32
- '- 短篇:关注 传播、完读率 等指标\n' +
33
- '- 知乎和七猫同时支持长篇和短篇'
31
+ '\n- 知乎和七猫同时支持长篇和短篇'
34
32
  );
35
33
  },
36
34