feat: 1. 添加morgan这个web中间件去接收记录所有的http请求。
2. 更改打包配置文件,服务的启动由remix/server改成自定义server.js(Express服务器+morgan中间件:记录http日志)
This commit is contained in:
@@ -1728,7 +1728,7 @@ export function ReviewPointsList({
|
||||
if (fieldData) {
|
||||
// 调用回调函数,传递搜索文本(原文)、替换文本(AI建议)和页码
|
||||
onAiSuggestionReplace(
|
||||
key, // 搜索文本(使用 suggestions 的 key)
|
||||
fieldData.value || '', // 搜索文本(使用 suggestions 的 key对应的config中的key的value值)
|
||||
suggestionValue.suggested_value || '', // 替换文本(AI建议的 suggested_value)
|
||||
Number(fieldData.page) || 1 // 页码
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user