Flysky12138

Results 11 comments of Flysky12138

感觉类名 `nav-visible` 不需要。就上、下滚动时移除、添加 `nav-fixed` 就行

> 如果只是因为滚到顶部的时候 字体会出现 你可以修改 > > https://github.com/jerryc127/hexo-theme-butterfly/blob/65b1ad32c86358c8766c848bffa17144ee75ff67/source/css/_layout/head.styl#L248 > > 为 > > ``` > transition: background .5s > ``` > > 而没有其他变化 你看看不是你想要的地方的效果 你看看我的网站 [https://blog.flysky.xyz/index.html](https://blog.flysky.xyz/index.html) 我修改的比较多。 我修改。是安装了 `webpack` 用的 `scss`...

这应该是很容易发现的错误,居然没人提交 Issues

另外 Pjax 问题,这里给个我的使用方法。 ```js void (function () { function load() { document.getElementById('add-Artitalk-Style')?.remove() new Artitalk({ appId: '', appKey: '' }) } try { load() } catch (error) { const el =...

> ![image](https://user-images.githubusercontent.com/12221718/180650000-8b2ffdaa-d622-4c8e-9148-8c21e11db70a.png) 这行注释掉看看 我这里是本地运行自己项目,使用本地接口登录没问题。但是线上项目,使用本地接口登陆时,返回如下: ```json {"code":-460,"message":"网络太拥挤,请稍候再试!"} ``` 看了下请求的响应标头报错如下: 此 `Set-Cookie` 标头未指定 `SameSite` 属性,默认为 `SameSite=Lax`,并且已被屏蔽,因为它来自一个跨网站相应,而该响应并不是对顶级导航操作的响应。此 `Set-Cookie` 必须在设置时指定 `SameSite=None` ,才能跨网站使用。

使用 Nuxt3 时遇到同样的问题。我的 script 块中有个 `await useFetch` 请求,当请求未完成(即:组建未加载完成),切换走,再切换回来,就会出现同样的问题。

I am using `next-mdx-remote`. Like this, I want to get the 'expanded' parameter ```tsx ```

I get a error for Next.js ```ini Error: Expected `onClick` listener to be a function, instead got a value of `string` type. ```