Lv Ying
Lv Ying
希望支持giscus,或者可以提供定制giscus评论系统的配置方法
默认的comment设置已经注释掉了哈,请见这次提交: https://github.com/system-thoughts/system-thoughts.github.io/commit/9bb166be0e378cdead979001a785beb4fd304a83 未注释之前,确实disqus.js在console中报错,注释掉之后没有这块报错了,但giscus插件也未使能
showcase:https://blog.oniuo.com/theme-inside/docs/comments 提示在_config,yml中新增plugins中的js,参考了下主题的_config.yml,应该是_config.inside.yml中的plugins新增js,之前修改的是全局。 当前提交https://github.com/system-thoughts/system-thoughts.github.io/commit/f3979df8d81cd86a376bb6b020c1f224f7e5fc84 修改的是_config.inside.yml中的plugins 并注释掉comments,仍然无法显示评论
fedora flatpak也出現同樣的問題,不過貌似不是每次下一首都會出現音量變爲0的情況,規律還沒找到
> fedora 下的 gstreamer 的包名不太一样,应该类似这样:gstreamer1-plugins-good 对, fedora下的 包不一样,这里应该需要适配下fedora下的安装依赖就ok了
@gmg137 源码中能否把spec文件也放进去,我尝试适配下fedora的构建
> 可以参考下 openSUSE 的 spec 文件, https://build.opensuse.org/package/show/home:gmg137/netease-cloud-music-gtk4 ok,我尝试下~
bash代码块确实无法渲染,请问有解决方案了吗
> It's a bug in the old version. You can fix by updating it. You can use this script below: > > ``` > function Install-WinGet { > $tempFolderName =...