xinlingduyu

Results 5 comments of xinlingduyu

按照你给的方法上传安装,前台页面可以,就是注册登录不了,,咋回事

After my inspection: 1, The Notion database fields are of pure text type. 2. We also tried converting the output content of a previous node into an array.

### Code node const rawText = $input.first().json.choices[0].message.content; const matches = rawText.match(/(\d+)\.\s*[^::]+[::]\s*[^0-9]+(?=\d+\.|$)/g); const richTexts = matches.map(text => ({ type: 'text', text: { content: text.trim() }, annotations: { bold: false, italic: false,...