Coder Social home page Coder Social logo

innei / typecho-theme-paul Goto Github PK

View Code? Open in Web Editor NEW
289.0 6.0 53.0 4.52 MB

🎈 一个适用于展示,写日记的 Typecho 博客主题。

Home Page: http://innei.ren

License: MIT License

PHP 64.02% CSS 21.26% JavaScript 14.71%
typecho typecho-theme php diary theme blog

typecho-theme-paul's Introduction

Innei 🧑🏻‍💻 wakatime

Innei is a two and a half year long practicing NodeJS full stack developer who is now a digital nomad.

In the developer field, he often actively participates in GitHub and aspires to become a freelancer.

On the technology stack, he has three years of NextJS experience and three years of NestJS experience. NextJS 9 -> 14, Page router -> App router. NestJS 7 -> 10, Typegoose/Prisma.

He has the following skills:

Web Developer

React next.js TypeScript Apollo GraphQL Sass Styled Components npm html5 Rollup Prettier TailwindCSS Vite 2 Vue 3

Backend Developer (maybe)

NestJS fastify NodeJS MongoDB Express

iOS Developer (prospective)

SwiftUI RN

DevOps

git github actions Docker Ubuntu archlinux

Environment

macOS vscode nvim

Open Source...

🎁 Projects⭐ Stars📚 Forks🛎 Issues📬 Pull requests💡 Last Commit
Innei/ShiroStarsForksIssuesPull RequestsLast Commits
mx-space/coreStarsForksIssuesPull RequestsLast Commits
mx-space/mx-adminStarsForksIssuesPull RequestsLast Commits
Innei/book-ssg-templateStarsForksIssuesPull RequestsLast Commits

Toys...

🎁 Projects⭐ Stars🕐 Create At📅 Last Active At
reactify-component/react-typewriter 🔗Stars12/10/202111/20/2022
Innei/vue-react-wrapperStars5/9/20228/3/2023
Innei/simple-clock 🔗Stars8/22/20203/22/2023

Recent Writing...

Recent Star...

  • react-grid-layout/react-grid-layout A draggable and resizable grid layout with responsive breakpoints, for React.
  • RSSNext/follow [WIP] Next generation information browser
  • langgenius/dify Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
  • open-webui/open-webui User-friendly WebUI for LLMs (Formerly Ollama WebUI)
  • thedevdojo/pines The Pines UI library

Review Stared...

Can you find me?

Github Twitter Innei


お可愛いこと。

此文件 README 间隔 24 小时自动刷新生成!
刷新于:5/16/24, 8:02 AM
下一次刷新:5/17/24, 8:02 AM

typecho-theme-paul's People

Contributors

dreamer-paul avatar innei 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  avatar

typecho-theme-paul's Issues

默认头像不显示

博主的网站还有我自己部署的博主的网站主题那个头像都是不显示的,我单独打开图片链接是可以正常打开的

Call to a member function format() on null

安装后进入主页显示(已开启debug)

Call to a member function format() on null
Error: Call to a member function format() on null in /www/wwwroot/sprite233.top/var/Widget/Abstract/Contents.php:773
Stack trace:
#0 /www/wwwroot/sprite233.top/usr/themes/paul/footer.php(65): Widget_Abstract_Contents->date('Y')
#1 /www/wwwroot/sprite233.top/var/Widget/Archive.php(1937): require('/www/wwwroot/sp...')
#2 /www/wwwroot/sprite233.top/usr/themes/paul/index.php(189): Widget_Archive->need('footer.php')
#3 /www/wwwroot/sprite233.top/var/Widget/Archive.php(2022): require_once('/www/wwwroot/sp...')
#4 /www/wwwroot/sprite233.top/var/Typecho/Router.php(138): Widget_Archive->render()
#5 /www/wwwroot/sprite233.top/index.php(23): Typecho_Router::dispatch()
#6 {main}

关于追番页面的一些疑问与建议

今天突然看到这个主题,挺喜欢的就动手试试。
安装完主题试了一下,发现追番页少了前面一页。
https://api.bilibili.com/x/space/bangumi/follow/list?type=1&pn=2&ps=' . $num . '&vmid=' . $uid
看了一下这个,用了pn=2,也就是前面会少了$num数量的番剧,是有什么考虑吗。


然后就是番剧链接打开都是提示页面不见了。
https://bangumi.bilibili.com/anime/' . $list['media_id'] . '/
这里的media_id应该改成season_id才对,或者改成https://www.bilibili.com/bangumi/media/md' . $list['media_id'] . '/


然后关于集数的建议。
<p>集数: ' . $list['total_count'] . '</p>
total_count没有完结的番都是-1,看起来怪怪的。个人把这里改成<p>' . $list['new_ep']['index_show'] . '</p>后,会显示成”即将开播“,”更新至第XX话“,”全XX话“,感觉效果比较好。


最后是关于番剧封面图片的建议。
由于这个api获取的是http链接,会导致追番页面显示部分内容不安全之类的提示。建议处理一下替换成https。
末尾感谢一下移植工作,挺喜欢的一个主题。

foreach错误

php7.2 作品介绍以及追番页报错
Warning: Invalid argument supplied for foreach()
curl及openssl都已开启
作品页是page_works_info.php line27
追番页是pual.php line16
这个主题非常漂亮,我真心希望可以解决bug越做越好
已赞赏,加油啊

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.