Skip to content

Commit 1fa4ee7

Browse files
authored
Merge pull request #363 from XPoet/dev
Release new version
2 parents 0f974c3 + 502109a commit 1fa4ee7

File tree

8 files changed

+11
-9
lines changed

8 files changed

+11
-9
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
I made sure I checked
2121
我确认我已经检查过了
2222
options:
23-
- label: I am using Keep version `4.1.5` or later. (使用 Keep `4.1.5` 或更高版本)
23+
- label: I am using Keep version `4.2.3` or later. (使用 Keep `4.2.3` 或更高版本)
2424
required: true
2525
- 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))
2626
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ contact_links:
33
- name: GitHub Discussions
44
url: https://github.com/XPoet/hexo-theme-keep/discussions
55
about: Please ask and answer questions here.
6+
7+
- name: Keep Documents | Keep 文档
8+
url: https://keep-docs.xpoet.cn
9+
about: Official user manual of Keep Theme

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
I made sure I checked
2121
我确认我已经检查过了
2222
options:
23-
- label: I am using Keep version `4.1.5` or later. (使用 Keep `4.1.5` 或更高版本)
23+
- label: I am using Keep version `4.2.3` or later. (使用 Keep `4.2.3` 或更高版本)
2424
required: true
2525
- 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))
2626
required: true

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
I made sure I checked
2121
我确认我已经检查过了
2222
options:
23-
- label: I am using Keep version `4.1.5` or later. (使用 Keep `4.1.5` 或更高版本)
23+
- label: I am using Keep version `4.2.3` or later. (使用 Keep `4.2.3` 或更高版本)
2424
required: true
2525
- 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))
2626
required: true

languages/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ photos: Photos
1717
photo: Photo
1818
tool: Tool
1919
tools: Tools
20+
me: Me
2021
search: Search...
2122
prev: Prev
2223
next: Next

languages/zh-CN.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ photos: 相册
1717
photo: 照片
1818
tool: 工具
1919
tools: 工具
20+
me: 我的
2021
search: 搜索...
2122
prev: 上一页
2223
next: 下一页

languages/zh-TW.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ photos: 相簿
1717
photo: 照片
1818
tool: 工具
1919
tools: 工具
20+
me: 我的
2021
search: 搜尋...
2122
prev: 上一頁
2223
next: 下一頁

source/css/common/markdown.styl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -382,16 +382,11 @@ $h6-font-size = 1.2rem
382382
border-collapse collapse
383383
border-spacing 0
384384

385-
+keep-mobile() {
386-
& {
387-
table-layout fixed
388-
}
389-
}
390-
391385

392386
td
393387
th {
394388
padding 0
389+
white-space nowrap
395390
}
396391

397392

0 commit comments

Comments
 (0)