qyt

Results 26 comments of qyt

> 是不是因为Windows下不能设置WHITE_WEBDAV_ENDPOINTS, 所有导致同步用不了 那是什么,不知道.我是直接全部手撸的服务端代码, 测试WINDOWS自带的WEBDAV是可以的.

> > 我大概找到问题的原因了。使用的打包命令是 `cross-env BUILD_MODE=export BUILD_APP=1 next build`,这导致 `next.config.mjs` 在执行时有一些配置项没有设置,进而导致 `app\api\webdav\[...path]\route.ts` 的路由失效。结果是,当点击同步时,发起的请求 `http://localhost:3000/api/webdav/chatgpt-next-web/backup.json?endpoint=https://gima.teracloud.jp/dav/` 返回了404错误。 > > 我尝试把 `BUILD_MODE=export` 修改为 `BUILD_MODE=standalone`,然后用命令yarn tauri dev打包完成后,WebDAV 同步功能可以正常使用。不过 使用yarn tauri build打包的又不能同步, 我不明白为什么 > > 重新试了下,...

> No, there is no mechanism for that I'm afraid. I'm not sure I'd want to add one either. What would your use case be fore exports so many functions?...

> Is this necessary? is drawtext not auto detect anymore? Yes, otherwise drawtext filter does not work

我也是 应该是域名的问题.直链 immersivetranslate.com 就行了,走代理超时

this pr is good ,how time to merge