Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
105 contributions in the last year
Contribution activity
November 1, 2020
September 2020
- yodhcn/dlsite-voice-work- Python
Created an issue in CaiJimmy/hugo-theme-stack that received 2 comments
左侧菜单栏在切换至“关于”页面时高亮失败
使用的版本是从 releases 页面下载的 v1.0.2 版本,在路由到 /about 页面时,左侧菜单栏中的 关于 并没有高亮。
在 name = "关于" 时不会高亮,只有 name = "About" 才会高亮。这个主题的菜单栏的高亮匹配机制是什么?难道匹配的不是 url 而是 name?…