conql

Results 9 comments of conql

Encountered this too. ![image](https://user-images.githubusercontent.com/49243542/184484544-b054dba3-943a-4747-8b6c-a11a0fa447b1.png) ![image](https://user-images.githubusercontent.com/49243542/184484698-946bb8b4-7650-4ef6-9177-d8ba41f321cd.png) Works fine when the zoom level of the page is 25%, but not when zoom level is bigger.

### Steps to Reproduce In official live demo, type in the following Latex code and zoom to different level. ```latex $$ \left. \begin{array}{c} x \equiv a_{1}\pmod m_{1} \\ x \equiv...

Changes have been made.

> 自定义请求头一般是不会影响的,目测可能是app:// scheme的问题 又测试了一下,好像不是 ![image](https://github.com/Deeptrain-Community/chatnio/assets/49243542/5c1b9362-6fca-4766-b5d3-b9987c8b841d) 复现代码: ```javascript await fetch("https://api.chatnio.net/v1/models",{ method:"GET", headers:{ } }).then(t=>t.json()).then(t=>console.log("No header",t)) await fetch("https://api.chatnio.net/v1/models",{ method:"GET", headers:{ "X-Stainless-Lang":"js" } }).then(t=>t.json()).then(t=>console.log("Has header",t)) ```

![image](https://github.com/Deeptrain-Community/chatnio/assets/49243542/fdbd798b-42c3-4a0a-b214-df6732a6d96c)

在 https://chatnio.net 上跑也一样

I have managed to successfully deploy Anse on Cloudflare Pages. I modified the astro.config.mjs file accordingly as you did. I also ensured that the "OUTPUT" environment variable is set to...

Are there any updates or workarounds?