GithubHelp home page GithubHelp logo

spring's Issues

文章侧边栏

这主题文章右边的侧边栏没有 文章目录: 这个,是要自己弄的?

Valine评论提示非法请求

填入Valine appid, appkey, 安全域名及开启评论之后,评论显示“非法请求”。另外,能否关闭必须填入网址?

移动端bug和一些建议

主题很好用,很美观且实用。
不过目前使用下来,发现有2个小小的问题~
主要是目录相关的:

  1. 能否考虑将多级分类做成悬浮展开的形式,目前是子分类是直接与父级分类并列展示,会出现分类过多的情况。不好看也不好用。
  2. 同样是目录过多的情况下,移动端展开侧边的分类导航,向下滑动时,会出现滑了左侧导航不动、右侧内容列表动的情况,希望能解决下。

关于第2点,我的css解决方案如下,希望能作为参考:

.site-wrapper .sidebar-wrapper .sidebar-container.boxshadow-right {
    overflow: scroll;
}

关于副标题的一个小bug

在index.php里面写死了副标题内容<div class="text-center main-hero-content-description home-sentence">我最不喜欢做选择,但我选择了,就一定不后悔。</div>,没有替换成插值<?= $this->options->Subtitle ?>

移动端头像显示bug

移动端不显示作者头像。期待作者更新下一个版本。
功能建议:本人小白,不会搞友链,搞了几次把网站直接给搞崩了。希望下个版本增加友链功能,可以直接添加好友网站链接。拜托了作者

与Mathjax的兼容问题

直接引入Mathjax的script标签文章中如果有mathjax的公式,必须得刷新一下才能渲染显示

在网上找到的解决方法是使用($document).on('pjax:complete')来加载mathjax的js依赖,我在footer.php引入jq的代码后添加了相应的函数,但是通过调试发现没有执行'pjax:complete'的回调

还有cPlayer插件也是需要刷新页面才能渲染,应该也是同种类型的的问题

请问我需要在哪个地方进行修改才能解决这个问题?

备案域名问题

作者大佬你好,备案号问题可能官方备案域名修改了,填入备案号后无法正确跳转到备案系统,我本地已经改好没有问题,已提交PR

建议网站底部 Copyright 年份自动更新

footer.php
line 11

      <p>Powered by <a href="https://typecho.org/" rel="noopener nofollow" target="_blank">TYPECHO</a>. Copyright &copy;
        2020. Crafted with <a href="https://github.com/JaydenForYou/Spring" target="_blank" rel="noopener nofollow">Spring</a>.

改为

      <p>Powered by <a href="https://typecho.org/" rel="noopener nofollow" target="_blank">TYPECHO</a>. Copyright &copy;
        <?php echo date('Y');?>. Crafted with <a href="https://github.com/JaydenForYou/Spring" target="_blank" rel="noopener nofollow">Spring</a>.

404.php
line 53

      <p>Powered by <a href="https://typecho.org/" rel="noopener nofollow" target="_blank">TYPECHO</a>. Copyright &copy;
        2020. Crafted with <a href="https://github.com/JaydenForYou/Spring" target="_blank" rel="noopener nofollow">Spring</a>.

改为

      <p>Powered by <a href="https://typecho.org/" rel="noopener nofollow" target="_blank">TYPECHO</a>. Copyright &copy;
        <?php echo date('Y');?>. Crafted with <a href="https://github.com/JaydenForYou/Spring" target="_blank" rel="noopener nofollow">Spring</a>.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.