@cloud411716/fancy-webnovel 0.2.7 → 0.2.8
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
|
@@ -105,7 +105,9 @@ export const scan = {
|
|
|
105
105
|
`2. 分析爆款书籍的题材、卖点、节奏、人设等特征`,
|
|
106
106
|
`3. 生成扫榜报告(包含:市场趋势、热门题材分析、用户画像、竞争度评估)`,
|
|
107
107
|
`4. 给出 3-5 个可行的选题方向建议`,
|
|
108
|
-
`5.
|
|
108
|
+
`5. 将分析报告追加写入文件:\n` +
|
|
109
|
+
` echo "你的报告内容" >> ${topicFile}\n` +
|
|
110
|
+
` (使用 tee -a 或 >> ,不要覆盖现有内容)`,
|
|
109
111
|
``,
|
|
110
112
|
`报告要求:`,
|
|
111
113
|
`- 客观分析数据,不臆测`,
|