文章过期提醒貌似不生效
#126
|
在 配置如下: notice_outdate:
enable: true
style: flat
limit_day: 365
position: top |
Answered by
MaLuns
Aug 14, 2024
Replies: 2 comments 2 replies
|
heox 默认是取的文件修改时间 (mtime), 如果你是通过类似与 github action 这种自动拉取代码构建部署方式, 那文件修改时间就是最新构建时拉取时间, 你可以通过修改 hexo 的 updated_option 配置修改取值方式 |
0 replies
Answer selected by
MisakaTAT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

heox 默认是取的文件修改时间 (mtime), 如果你是通过类似与 github action 这种自动拉取代码构建部署方式, 那文件修改时间就是最新构建时拉取时间, 你可以通过修改 hexo 的 updated_option 配置修改取值方式