feat(site-stats): 启用最后活动目录并统一最后活动时间 - #8
Open
XRYua wants to merge 5 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
SiteStats.astro中新增node:fs/promises与node:path的导入并实现递归扫描src/content/posts下.md文件以获取文件 mtime。updated字段的判断以找出最近编辑的文章,并将其与最新发布 (published) 时间及文件 mtime 一并作为候选时间。lastActivityDate,并将前端的“距今天数”计算逻辑改为以该时间为准。details区块,按中文格式显示:最后编辑文章(及时间)、最后发表文章(及时间)和博客最后改动内容(及时间)。Testing
pnpm -s astro check,结果通过(0 errors,0 warnings,1 hint)。Codex Task