更新了首页内容。 - #495
更新了首页内容。#495SinetianLiu wants to merge 2 commits into
Conversation
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3cbf82fc39
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| --- | ||
| title: 各大问题集合 | ||
| date: 2025-09-19 13:40:00 +0800 | ||
| date: 2026-09-12 23:50:00 +8000 |
There was a problem hiding this comment.
Correct the invalid UTC offset
Use +0800 rather than +8000. The latter specifies an out-of-range 80-hour offset; Ruby 3.4 (the version used by the Jekyll Build workflow) raises utc_offset out of range when parsing it, so Jekyll cannot process this document and the site/preview build fails.
Useful? React with 👍 / 👎.
为首页增加了一段简短的提示。