@cloud411716/fancy-webnovel 0.2.8 → 0.2.9

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.8",
3
+ "version": "0.2.9",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -105,7 +105,8 @@ export const scan = {
105
105
  `2. 分析爆款书籍的题材、卖点、节奏、人设等特征`,
106
106
  `3. 生成扫榜报告(包含:市场趋势、热门题材分析、用户画像、竞争度评估)`,
107
107
  `4. 给出 3-5 个可行的选题方向建议`,
108
- `5. 将分析报告追加写入文件:\n` +
108
+ `5. 先创建空文件(如果不存在),再追加报告内容:\n` +
109
+ ` touch ${topicFile}\n` +
109
110
  ` echo "你的报告内容" >> ${topicFile}\n` +
110
111
  ` (使用 tee -a 或 >> ,不要覆盖现有内容)`,
111
112
  ``,