Why Nostr? What is Njump?
2025-05-17 09:00:09

阿甘 on Nostr: 搞懂 ...

搞懂 @CT的逻辑,改起来就比较顺了。复制图片编辑的文件为普通文本的发布文件,这样图片上传样式就对了,然后在draft-event的文件里问AI如何从图片信息提前url,加到 content里生成新的content。

// 将 pictureInfos 中的 URL 添加到 content
const urls = pictureInfos.map(pictureInfo => pictureInfo.url).join('\n');
content += `\n${urls}`;

就这么两行,试错里2.3小时
Author Public Key
npub13zyg3zysfylqc6nwfgj2uvce5rtlck2u50vwtjhpn92wzyusprfsdl2rce