Briy09
Briy09
参考:https://simpleyyt.com/ ,例如搜索“的”。 https://github.com/simpleyyt/jekyll-theme-next https://theme-next.simpleyyt.com/third-party-services.html#local-search 目前Jekyll主题就他一家有local-search,希望集成进`jekyll-theme-H2O`主题。 谢谢!
1.可以把歌词、评论、歌单窗口等 随意拖动到屏幕上的任意位置,也可以自己调整大小。 可以一边看歌词,一边看评论。 2.极简模式可以自定义组件,可以添加删除组件,可以调整大小和位置。 参考:https://github.com/kirillmurashov/vue-drag-resize
1.建议添加完整的一首诗,而不只是一首诗的部分句子。 建议设置那有选项:完整的一首诗 2.加一个 `换一首` 的按钮,就不用刷新了:)
The color of the folder Icon is in: https://github.com/foray1010/Popup-my-Bookmarks/blob/master/src/popup/images/folder.svg and the raw is: ``` ``` Just customize the Hex Color Code of `#ff922b`. The tag is `fill`. This Will Be...
**遇到的问题**: 在 `github.com` 上点击仓库里的文件夹或文件,会造成页面重复刷新。 比如 点击 [ https://github.com/hewenguang/circle](https://github.com/hewenguang/circle) 里的 `src` 文件夹 ,页面已经加载出来后,马上页面自动又刷新一遍。 关闭扩展此bug消失。
**先赞为敬!** 1.另一个方法解决[GitHub脚本报错 port 443: Connection timed out](https://zelikk.blogspot.com/2022/07/woiden-github-port-443-error-warp-tun.html) 一键脚本: ``` > /etc/resolv.conf && echo -e "nameserver 2001:67c:2b0::4\nnameserver 2001:67c:2b0::6" >> /etc/resolv.conf && cat /etc/resolv.conf ``` 其中`> /etc/resolv.conf`是清空`/etc/resolv.conf`中所有内容,有很多办法实现,当然也可以暴力删除再添加: ``` rm -rf /etc/resolv.conf &&...
如果是因为 chrome 的原因,那么把代码贴出来,详细说明下,大家帮着一起讨论,看有没有 绕过去/Hack 的办法(比如用 x64dbg 修改 chrome.dll 等等),这不正是开源的好处吗? :)