fix: remove raw content path from ai recommendation UI
All checks were successful
CD Pipeline / deploy (push) Successful in 1m2s

This commit is contained in:
ogt
2026-06-26 18:38:28 +08:00
parent c268b5cc02
commit 55907c6fe2
4 changed files with 5 additions and 5 deletions

View File

@@ -799,8 +799,6 @@
webContext += `${i+1}. ${r.title}: ${r.description}\n`;
});
}
} else if (searchData.data.raw_content) {
webContext = `\n\n【外部訊號】\n${searchData.data.raw_content.substring(0, 500)}`;
}
}
@@ -922,7 +920,7 @@
});
html += `</div></div>`;
}
} else if (data.raw_content) {
} else {
html += `<div class="alert alert-warning py-2 mb-0">
<i class="fas fa-triangle-exclamation me-1"></i>
商品判斷尚未整理成可執行摘要;請重新判斷或先補商品名稱與賣場線索。