diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index b15a2450..2825840b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -20,7 +20,7 @@ body: I made sure I checked 我确认我已经检查过了 options: - - label: I am using Keep version `4.1.4` or later. (使用 Keep `4.1.4` 或更高版本) + - label: I am using Keep version `4.1.5` or later. (使用 Keep `4.1.5` 或更高版本) required: true - label: I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Keep documents](https://keep-docs.xpoet.cn). (已阅读 [Hexo 故障处理页面](https://hexo.io/docs/troubleshooting) 和 [Keep 文档](https://keep-docs.xpoet.cn)) required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 7b638b9c..29393409 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -20,7 +20,7 @@ body: I made sure I checked 我确认我已经检查过了 options: - - label: I am using Keep version `4.1.4` or later. (使用 Keep `4.1.4` 或更高版本) + - label: I am using Keep version `4.1.5` or later. (使用 Keep `4.1.5` 或更高版本) required: true - label: I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Keep documents](https://keep-docs.xpoet.cn). (已阅读 [Hexo 故障处理页面](https://hexo.io/docs/troubleshooting) 和 [Keep 文档](https://keep-docs.xpoet.cn)) required: true diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml index 142ba309..d7905f8b 100644 --- a/.github/ISSUE_TEMPLATE/other.yml +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -20,7 +20,7 @@ body: I made sure I checked 我确认我已经检查过了 options: - - label: I am using Keep version `4.1.4` or later. (使用 Keep `4.1.4` 或更高版本) + - label: I am using Keep version `4.1.5` or later. (使用 Keep `4.1.5` 或更高版本) required: true - label: I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Keep documents](https://keep-docs.xpoet.cn). (已阅读 [Hexo 故障处理页面](https://hexo.io/docs/troubleshooting) 和 [Keep 文档](https://keep-docs.xpoet.cn)) required: true diff --git a/languages/en.yml b/languages/en.yml index 722c88f9..266e1917 100644 --- a/languages/en.yml +++ b/languages/en.yml @@ -107,5 +107,6 @@ comment: page_not_found: Page Not Found go_home: Take me home encryption: - excerpt: 🔒 The post has been encrypted, please enter the password to view it. + excerpt: 🔒 The post has been encrypted and can only be viewed after entering the password. input_password: Please enter password ... + re_encryption: Re-encryption diff --git a/languages/zh-CN.yml b/languages/zh-CN.yml index 5973b0ae..b5074c5f 100644 --- a/languages/zh-CN.yml +++ b/languages/zh-CN.yml @@ -107,5 +107,6 @@ comment: page_not_found: 页面找不到 go_home: 前往首页 encryption: - excerpt: 🔒 文章已加密,请在输入密码后查看。 + excerpt: 🔒 文章已加密,输入密码后才能查看。 input_password: 请输入密码... + re_encryption: 重新加密 diff --git a/languages/zh-TW.yml b/languages/zh-TW.yml index a9ceb6d3..1a1f54b8 100644 --- a/languages/zh-TW.yml +++ b/languages/zh-TW.yml @@ -107,5 +107,6 @@ comment: page_not_found: 頁面缺失 go_home: 前往首頁 encryption: - excerpt: 🔒 文章已加密,請在輸入密碼後查看。 + excerpt: 🔒 文章已加密,輸入密碼後才能查看。 input_password: 請輸入密碼... + re_encryption: 重新加密 diff --git a/layout/_partial/post/post-tools.ejs b/layout/_partial/post/post-tools.ejs index 972ff427..14f5974f 100644 --- a/layout/_partial/post/post-tools.ejs +++ b/layout/_partial/post/post-tools.ejs @@ -2,7 +2,9 @@