From 1699646e18b9e1e88ef2a5c3a3c475dd13f799d8 Mon Sep 17 00:00:00 2001
From: D-Sketon <2055272094@qq.com>
Date: Thu, 5 Sep 2024 21:35:37 +0800
Subject: [PATCH] chore: readme
---
README.en.md | 11 +++++++++++
README.md | 10 ++++++++++
2 files changed, 21 insertions(+)
diff --git a/README.en.md b/README.en.md
index 9c5287f..4476b31 100644
--- a/README.en.md
+++ b/README.en.md
@@ -561,6 +561,17 @@ quicklink:
ignores: [] # Ignore the specified link, only support string
```
+#### outdate warning (v0.2.4+)
+
+Disabled by default
+
+```yaml
+outdate:
+ enable: false
+ daysAgo: 180 # The number of days after which the article is considered outdated
+ message: 本文最后更新于 {time},请注意文中内容可能已经发生变化。
+```
+
Vendor
diff --git a/README.md b/README.md
index ca6f557..8adc345 100644
--- a/README.md
+++ b/README.md
@@ -559,6 +559,16 @@ content:
license: # true | false 版权卡片展示协议?
```
+#### 过期提醒(v0.2.4+)
+
+默认关闭
+```yml
+outdate:
+ enable: false
+ daysAgo: 180 # 多少天前的文章算过期
+ message: 本文最后更新于 {time},请注意文中内容可能已经发生变化。
+```
+