24min

Results 4 issues of 24min

First of all, thank you for your contribution! 😄 ### This is a ... - [ ] New feature - [ ] Bug fix - [ ] Site / document...

[**_privt-js version:1.6.0_**](https://www.npmjs.com/package/print-js/v/1.6.0) ```js //pdf base64 value start with data:application/pdf;base64, const pdfBase64 = `data:application/pdf;base64,xxxxxxxxx`; printJS({ printable: pdfBase64, base64: true, }) ``` The above code causes the error **Failed to execute 'atob'...

https://raw.githubusercontent.com/Chanzhaoyu/chatgpt-web/main/src/assets/avatar.jpg 这个头像链接改为 `new URL('@/assets/avatar.jpg', import.meta.url).hre` 引入项目中的静态图片资源。 原来的头像链接可能会出现访问不了的情况 ![image](https://user-images.githubusercontent.com/32154293/232291471-41de255c-6130-442d-94b8-9004f0f150c6.png)

[acheong08](https://github.com/acheong08) said in this [PR](https://github.com/transitive-bullshit/chatgpt-api/pull/540#issuecomment-1514010945): > My proxy also works now but on a different path. It might not be stable enough for consistent use though. > > On another...