Hyacz
Hyacz
实际上过滤的是categories,而不是tags 参见`_layout/index.html`第45行 ``` {{ post.title }}{{ post.date | date: "%b %Y" }} ``` 在文章中设置categories就可以了。另外注意在js代码中请使用小写英文命名对应tag变量,文章中的categories大小写无所谓。
如果你需要定制左侧功能为tag过滤的话你需要修改`_layout\index.html`中的代码 将第45行改为 ``` {{ post.title }}{{ post.date | date: "%b %Y" }} ``` 这样网页才会变成 ```
I ran into a similar problem
可以看下这个项目 https://github.com/danielnsilva/semanticscholar
其他支持 Semantic Scholar 的 Python 包维护状态似乎都不太好,要集成的话得从 HTTP API 重新封装了。
> > Thanks a lot - works for me, however, I can only upload to the main "Recents" album. Any idea if it is possible to select the album for...
你好, 理论上可以实现,可以通过 AppleScript 去拿到对应的窗口元素把联系人信息抓出来,最早的版本是用这个思路实现的,这种实现方式的缺点是 AppleScript 去抓窗口元素的时候层级会很多,后来 QQ 更新引入了一个新的快速发送窗口导致下标索引失效了才换成现在的思路。如果有这个需求可以自己试试!^_^
Overall I think this is fine, I have honestly never used BSL code before and I don't want to hurt anyone. I made this just to play LAN games with...
Thanks for your review and suggestions, ZeroTier seems to only provide RPM/DEB packages for Linux instead of single binaries. I'll try to find it. Alternatively, try to extract the binary...
I developed using the new API, so I think there might be some issues with stable Decky? I've only tested it myself on Decky v3.0.0-pre5 + Steam OS/Client.