pacexy

Results 14 comments of pacexy

Hi, I wrote a package [mv3-hot-reload](https://github.com/pacexy/mv3-hot-reload) for solving this problem, it is easy to use.

Hi, I wrote a package [mv3-hot-reload](https://github.com/pacexy/mv3-hot-reload) for solving this problem, it is easy to use.

@adventurini You should ensure webpack process your dependency code correctly.

Hi @KyoSakuyo 最近准备把之前遗留的PR都合了,有什么需要帮助的吗

Hi, thank you for the suggestion. TTS is already in our roadmap, I will try to implement it in a while.

网页端由于存在跨域问题无法支持WebDAV。

目录(TOC)目前是支持滚动的,如果有问题,最好提供一下截图以及详细信息。

感谢建议,笔记是现在优先级比较高的功能,之后在做的时候肯定会去参考业内成熟产品的实现的。

> 目前代码里是按是否有相应配置来决定要使用OpenAI还是Azure的,并且在检测到有OpenAI的配置会直接使用OpenAI的API尝试,所以如果只是添加用例可能把几行都默认为注释状态比较好~ In the `createLanguageModel` process, which endpoint to use is determined by whether there is a corresponding configuration to them. It will try to get OpenAI env variable first,...