Rylan Cai
Rylan Cai
```css .triangle { margin: 0 auto; width: 50vh; height: 50vh; background-color: aqua; /* 画多边形: polygon(x y, x y, ...) 一组 x y, 代表一个点 x: 往右增加 y: 往下增加 */ clip-path: polygon(0...
默认语言不是会跟随系统,也就是跟随浏览器偏好语言。修改 `DEFAULT_LANG` 不生效有可能是发生了切换。
这里是历史记录入口:  > 如果你遇到的是历史记录丢失问题,请提供更多细节以重现问题。
这个需求比较简单,但参数命名可能比较有争议,自行实现可能更快。[我的实现](https://github.com/cy948/lobe-chat/blob/bc44d9f5bc1867874ab4b3f0c2d414cf37eaf42b/src/app/home/Redirect.tsx#L27)
@leoncool23 勉强能用。
设置 -> 字体大小 。可以调节字体大小。
Value of `NEXTAUTH_URL` depended by the URL you visited to, for example, if you visit from local, you should set it `http://localhost:3210/api/auth`, otherwise, if visit from public, you should set...
您可以提供一个能够复现问题的示例`ACCESS_CODE`吗?
我也不清楚构建产物的位置,但你可以在 dev 环境中对以下位置进行debug,当进行聊天时 `ACCESS_CODE` 在此进行验证:https://github.com/lobehub/lobe-chat/blob/04a6ef75fe9983abc8aed3910f9714dff1727a76/src/app/api/chat/auth.ts#L57