From 5e9bc5308a0947e628eb2ff8916a29b419435040 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Wed, 6 Jul 2022 11:26:08 +0800 Subject: [PATCH] :pencil2: fix typo --- .../theme-documentation-content-encryption/index.en.md | 2 +- .../theme-documentation-content-encryption/index.zh-cn.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleSite/content/posts/theme-documentation-content-encryption/index.en.md b/exampleSite/content/posts/theme-documentation-content-encryption/index.en.md index ba222c54..f05b1bda 100644 --- a/exampleSite/content/posts/theme-documentation-content-encryption/index.en.md +++ b/exampleSite/content/posts/theme-documentation-content-encryption/index.en.md @@ -95,7 +95,7 @@ document.addEventListener('DOMContentLoaded', () => { }); {{< /script >}} -## Partial Encryption +## Partial Encryption {#partial-encryption} {{< version 0.2.15 >}} diff --git a/exampleSite/content/posts/theme-documentation-content-encryption/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-content-encryption/index.zh-cn.md index d010fff4..b65921bf 100644 --- a/exampleSite/content/posts/theme-documentation-content-encryption/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-content-encryption/index.zh-cn.md @@ -5,7 +5,7 @@ author: "Lruihao" authorLink: "https://lruihao.cn" description: "了解如何在 FixIt 主题中加密内容。" password: 1212 -message: "Password is 1212" +message: "密码是 1212" resources: - name: "featured-image" @@ -56,7 +56,7 @@ categories: 1. 每次输入正确密码后,会在用户本地缓存密码 hash 值,一天之内再次访问时,将自动解锁文章 2. 文章最后提供有一个 “重新加密” 的按钮,点击即可立即忘记密码,并重新加密内容 3. 加密文章已从搜索中隐藏 -4. 加密文章的 Markdown 输出已禁用,为了防止密码泄漏,**请勿将加密文章已任何形式公开** +4. 加密文章的 Markdown 输出已禁用,为了防止密码泄漏,**请勿将加密文章以任何形式公开** {{< /admonition >}} @@ -92,7 +92,7 @@ document.addEventListener('DOMContentLoaded', () => { }); {{< /script >}} -## 部分加密 +## 部分加密 {#partial-encryption} {{< version 0.2.15 >}}