@cloud411716/fancy-webnovel 0.1.30 → 0.1.31
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
|
@@ -301,7 +301,7 @@ async function applyScan(ctx) {
|
|
|
301
301
|
// 发消息给 LLM,让它读取原始文件并生成分析
|
|
302
302
|
const analysisPrompt =
|
|
303
303
|
`## 扫榜数据分析任务\n\n` +
|
|
304
|
-
`平台:${
|
|
304
|
+
`平台:${platformLabel(platform)}(${length === 'long' ? '长篇' : '短篇'})\n` +
|
|
305
305
|
`时间:${receipt.date || ''}\n\n` +
|
|
306
306
|
`已生成的文件:\n${fileList}\n\n` +
|
|
307
307
|
`请执行以下步骤:\n` +
|