From 8a94da3d73a69bedcb7d9b0f1ce61ddf73315e1a Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 5 Sep 2024 10:01:52 +0800 Subject: [PATCH 1/3] ui: optimize table style (#361) --- source/css/common/markdown.styl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/source/css/common/markdown.styl b/source/css/common/markdown.styl index 4d53d3db..4436b1d1 100644 --- a/source/css/common/markdown.styl +++ b/source/css/common/markdown.styl @@ -382,16 +382,11 @@ $h6-font-size = 1.2rem border-collapse collapse border-spacing 0 - +keep-mobile() { - & { - table-layout fixed - } - } - td th { padding 0 + white-space nowrap } From 3ec3c5219bc8a94c9806be09517e0738802cfb2e Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 5 Sep 2024 10:17:30 +0800 Subject: [PATCH 2/3] ci: update ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .github/ISSUE_TEMPLATE/other.yml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 2825840b..33d44a05 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.5` or later. (使用 Keep `4.1.5` 或更高版本) + - label: I am using Keep version `4.2.3` or later. (使用 Keep `4.2.3` 或更高版本) 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/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2a815fb0..f06959dd 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,3 +3,7 @@ contact_links: - name: GitHub Discussions url: https://github.com/XPoet/hexo-theme-keep/discussions about: Please ask and answer questions here. + + - name: Keep Documents | Keep 文档 + url: https://keep-docs.xpoet.cn + about: Official user manual of Keep Theme diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 29393409..0ad699c1 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.5` or later. (使用 Keep `4.1.5` 或更高版本) + - label: I am using Keep version `4.2.3` or later. (使用 Keep `4.2.3` 或更高版本) 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 d7905f8b..8e6ada56 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.5` or later. (使用 Keep `4.1.5` 或更高版本) + - label: I am using Keep version `4.2.3` or later. (使用 Keep `4.2.3` 或更高版本) 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 From 502109ab53a1deef786d6ecc255c70fe6e6d052b Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 5 Sep 2024 10:23:21 +0800 Subject: [PATCH 3/3] chore(i18n): update languages --- languages/en.yml | 1 + languages/zh-CN.yml | 1 + languages/zh-TW.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/languages/en.yml b/languages/en.yml index 266e1917..8f069ce8 100644 --- a/languages/en.yml +++ b/languages/en.yml @@ -17,6 +17,7 @@ photos: Photos photo: Photo tool: Tool tools: Tools +me: Me search: Search... prev: Prev next: Next diff --git a/languages/zh-CN.yml b/languages/zh-CN.yml index b5074c5f..5a1fb839 100644 --- a/languages/zh-CN.yml +++ b/languages/zh-CN.yml @@ -17,6 +17,7 @@ photos: 相册 photo: 照片 tool: 工具 tools: 工具 +me: 我的 search: 搜索... prev: 上一页 next: 下一页 diff --git a/languages/zh-TW.yml b/languages/zh-TW.yml index 726a083a..9d957796 100644 --- a/languages/zh-TW.yml +++ b/languages/zh-TW.yml @@ -17,6 +17,7 @@ photos: 相簿 photo: 照片 tool: 工具 tools: 工具 +me: 我的 search: 搜尋... prev: 上一頁 next: 下一頁