Cloud 1024

Results 22 issues of Cloud 1024

After the VNC is enabled, "wss://*****/websockify Finished" is displayed for the first connection. How can I switch to the HTTP Long Polling mode using WebSock? Implement non-WSS communication.

**描述bug** 【此项必填】在Notion上不配置文章封面,在环境变量或者CONFIG中配置NEXT_PUBLIC_RANDOM_IMAGE_URL,设置一个随机图片地址,所有文章获取为同一张图片。 ![image](https://github.com/user-attachments/assets/dfe8acbf-2745-44e7-9aac-53f406c493e6) ![image](https://github.com/user-attachments/assets/bb33ddde-eefe-4142-947b-d88d0ced1240) 我测试了所有主题,都有这个情况,在NotionNext/lib/notion/mapImage.js中 ``` // 图片url优化,确保每一篇文章的图片url唯一 if ( ret && ret.length > 4 && !ret.includes('https://www.notion.so/images/') ) { // 图片接口拼接唯一识别参数,防止请求的图片被缓,而导致随机结果相同 const separator = ret.includes('?') ? '&' : '?' ret...

bug