@cloud411716/fancy-webnovel 0.2.11 → 0.2.12

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.11",
3
+ "version": "0.2.12",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -101,14 +101,12 @@ export const scan = {
101
101
  fileList,
102
102
  ``,
103
103
  `请执行以下步骤:`,
104
+ `0. **禁止**使用覆盖的方式写文件,**必须**使用追加的方式`,
104
105
  `1. 读取上述生成的原始数据文件`,
105
106
  `2. 分析爆款书籍的题材、卖点、节奏、人设等特征`,
106
107
  `3. 生成扫榜报告(包含:市场趋势、热门题材分析、用户画像、竞争度评估)`,
107
108
  `4. 给出 3-5 个可行的选题方向建议`,
108
- `5. 先创建空文件(如果不存在),再追加报告内容:\n` +
109
- ` touch ${topicFile}\n` +
110
- ` echo "你的报告内容" >> ${topicFile}\n` +
111
- ` (使用 tee -a 或 >> ,不要覆盖现有内容)`,
109
+ `5. 将完整分析报告追加写入:${topicFile}`,
112
110
  ``,
113
111
  `报告要求:`,
114
112
  `- 客观分析数据,不臆测`,