GithubHelp home page GithubHelp logo

spring's Introduction

👋 Hey!

I am just a web front-end&back-end developer and I am glad to meet you!

fuzzy's github stats

📝 Worked language

  • ✅ JavaScript / TypeScript / ...
  • ✅ React Native / UNI-App / Taro / ...
  • ✅ Vue.js / React.js / ...
  • ✅ Node.js / PHP / NestJS / JAVA / GO / PYTHON / ...

📮 Contact Me

🤪 Other

📌 My Blog - 林尽欢

Code Time

📅 I'm Most Productive on Monday

Monday                   10342 commits       █████░░░░░░░░░░░░░░░░░░░░   21.28 % 
Tuesday                  8644 commits        ████░░░░░░░░░░░░░░░░░░░░░   17.78 % 
Wednesday                10156 commits       █████░░░░░░░░░░░░░░░░░░░░   20.89 % 
Thursday                 8439 commits        ████░░░░░░░░░░░░░░░░░░░░░   17.36 % 
Friday                   9486 commits        █████░░░░░░░░░░░░░░░░░░░░   19.51 % 
Saturday                 520 commits         ░░░░░░░░░░░░░░░░░░░░░░░░░   01.07 % 
Sunday                   1024 commits        █░░░░░░░░░░░░░░░░░░░░░░░░   02.11 % 

📊 This Week I Spent My Time On

🕑︎ Time Zone: Asia/Shanghai

💬 Programming Languages: 
Java                     18 hrs 11 mins      ███████████████████████░░   90.30 % 
XML                      1 hr 29 mins        ██░░░░░░░░░░░░░░░░░░░░░░░   07.38 % 
SQL                      18 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   01.54 % 
Go                       6 mins              ░░░░░░░░░░░░░░░░░░░░░░░░░   00.55 % 
Text                     0 secs              ░░░░░░░░░░░░░░░░░░░░░░░░░   00.08 % 

🔥 Editors: 
Intellijidea             19 hrs 41 mins      ████████████████████████░   97.71 % 
DataGrip                 18 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   01.54 % 
GoLand                   9 mins              ░░░░░░░░░░░░░░░░░░░░░░░░░   00.75 % 

💻 Operating System: 
Linux                    19 hrs 59 mins      █████████████████████████   99.25 % 
Windows                  9 mins              ░░░░░░░░░░░░░░░░░░░░░░░░░   00.75 % 

I Mostly Code in Go

Go                       15 repos            █████████████░░░░░░░░░░░░   51.72 % 
Java                     7 repos             ██████░░░░░░░░░░░░░░░░░░░   24.14 % 
JavaScript               2 repos             ██░░░░░░░░░░░░░░░░░░░░░░░   06.90 % 
Vue                      1 repo              █░░░░░░░░░░░░░░░░░░░░░░░░   03.45 % 
PLpgSQL                  1 repo              █░░░░░░░░░░░░░░░░░░░░░░░░   03.45 % 

Last Updated on 17/06/2024 01:13:47 UTC


spring's People

Contributors

jaydenforyou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

spring's Issues

建议网站底部 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>.

移动端头像显示bug

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

关于副标题的一个小bug

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

Valine评论提示非法请求

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

移动端bug和一些建议

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

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

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

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

文章侧边栏

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

与Mathjax的兼容问题

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

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

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

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

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.