cnblogs-theme-silence icon indicating copy to clipboard operation
cnblogs-theme-silence copied to clipboard

📖 一款专注于阅读的博客园主题

Results 98 cnblogs-theme-silence issues
Sort by recently updated
recently updated
newest added

已经看到有小伙伴在使用 3.0.0 的版本了, 大佬,之前的代码版本要不要考虑打个 tag .

提点优化建议: 1. 禁用了赞赏,但文章页面还是会显示赞赏图标 sponsor: { enable: false, paypal: null, wechat: null, alipay: null }, 临时解决办法:在CSS代码最后加上.esa-sponsor { display: none; } 2. 在配置里,能否支持配置默认主题呢? 临时解决办法:src/components/toolbar/index.js里的42行const themeLoading = sessionStorage.getItem(themeKey) || 'a1';改一下“a1”为默认的主题就可以了 3. 能否支持默认开启右侧文章的目录导航呢?现在要用户手动点,才会出现。 临时解决办法:src/components/postContents/index.js...

博客签名好像使用不了了

建议对全局的字体加上如下的css代码: ```css font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, 'PingFang SC', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; ```

![image](https://user-images.githubusercontent.com/60099470/88456114-ac15df00-cead-11ea-8109-0cbc5129ee41.png) ![image](https://user-images.githubusercontent.com/60099470/88456127-c2bc3600-cead-11ea-96ae-97d2db12dbf7.png)

![image](https://user-images.githubusercontent.com/22308895/78967520-4e939780-7b35-11ea-9656-bdbec7a7f400.png)

文章目录导航,可以在阅读时候滑动时候定位到具体目录上面吗,又一个提示

赞赏模块加载慢,有时会闪现,甚至加载不出来