We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
上一个问题我问了all.min.js合并了哪些文件,我后来直接在all.min.js上面修改,修改了
3.[可用] o.indexOf("upaiyun")这个地方修改成七牛的api,域名判断为o.indexOf("qnssl.com") api为 (o += "?imageView2/2"),(o += "/w/" + i.scale_width),(o += "/format/webp")
** 多说一直没加载出来,发现commentLoader是被执行了的,甚至延时250ms后$(".comment-area").append(e)也是执行的,但页面就是没有加载多说,滑动到评论区域会报错
另外七牛的api可以用,lazyload也是没有问题,但对于封面有一些问题, 测试发现alt属性控制是否显示,值为cover的时候隐藏,full-img时显示。但主页封面图一直是文章的第一张图片。我发现你的封面图并不是第一张,你是怎么写的?
The text was updated successfully, but these errors were encountered:
@paynexu 1.多说的ember js我是放在assets文件夹中,没有用官方的js 2.封面需要在文章最开始加入 img标签,增加alt属性cover即可。
Sorry, something went wrong.
我的问题解决了。原因是:
No branches or pull requests
上一个问题我问了all.min.js合并了哪些文件,我后来直接在all.min.js上面修改,修改了
3.[可用] o.indexOf("upaiyun")这个地方修改成七牛的api,域名判断为o.indexOf("qnssl.com")
api为 (o += "?imageView2/2"),(o += "/w/" + i.scale_width),(o += "/format/webp")
** 多说一直没加载出来,发现commentLoader是被执行了的,甚至延时250ms后$(".comment-area").append(e)也是执行的,但页面就是没有加载多说,滑动到评论区域会报错
另外七牛的api可以用,lazyload也是没有问题,但对于封面有一些问题,
测试发现alt属性控制是否显示,值为cover的时候隐藏,full-img时显示。但主页封面图一直是文章的第一张图片。我发现你的封面图并不是第一张,你是怎么写的?
The text was updated successfully, but these errors were encountered: