Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release new version #274

Merged
merged 35 commits into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
ba0d7a1
refactor: reconstructs the `first_screen` configuration items
XPoet Oct 30, 2023
dceafaa
feat(first-screen): add `background_img_dark` configuration item
XPoet Oct 30, 2023
a8909aa
refactor: reconstructs the `scroll` configuration items
XPoet Oct 31, 2023
f68b369
refactor: reconstructs the `style` configuration items
XPoet Oct 31, 2023
e07247b
refactor!: reconstructs the `home_article` configuration items
XPoet Oct 31, 2023
b7f320a
refactor!: reconstructs the `post.author_badge` configuration items
XPoet Oct 31, 2023
27bb7d9
build!: optimize configuration items of keep theme
XPoet Nov 1, 2023
2046a97
feat!: add website announcement settings
XPoet Nov 2, 2023
dfe304a
ui(global): optimize basic style
XPoet Nov 2, 2023
83711e9
perf: optimize comment plugin load logic
XPoet Nov 3, 2023
1bc6ba1
feat: add `scroll.hide_header` configuration item
XPoet Nov 3, 2023
dbf14a7
feat: add Artalk comment plugin (#193)
XPoet Nov 3, 2023
cd6c654
feat(friends-link): add classification fold function
XPoet Nov 6, 2023
2a6ad4e
ui(comment): add disqus support
lyujp Nov 6, 2023
9cd51b7
feat: add photos page template
XPoet Nov 7, 2023
19580b3
ui: optimize home page style
XPoet Nov 7, 2023
fd26feb
Merge pull request #271 from luijp/dev
XPoet Nov 7, 2023
b5611db
Merge remote-tracking branch 'origin/dev' into dev
XPoet Nov 7, 2023
744ce9e
Merge branch 'dev' into dev-3.9.0
XPoet Nov 7, 2023
5d09035
perf(comment): optimize Disqus load
XPoet Nov 7, 2023
671e4c5
fix(toc): optimize header hide handle for anchor jump
XPoet Nov 7, 2023
04d0fd3
perf(comment): optimize Waline init load
XPoet Nov 8, 2023
8f633ec
perf(comment): optimize Artalk init load
XPoet Nov 8, 2023
c1f6172
perf(first-screen): add icon color css variable
XPoet Nov 8, 2023
f22fc20
perf(first-screen): add font family css variable
XPoet Nov 8, 2023
e833e49
ui(post): shrink the code block initially
XPoet Nov 9, 2023
1fc591d
style: optimal naming of toggle theme
XPoet Nov 9, 2023
d485b30
perf: use css variable setting blog title
XPoet Nov 9, 2023
9e10353
ui: optimize shrink code line style
XPoet Nov 9, 2023
47732b9
perf: `backdrop-filter: blur()` support Safari browser
XPoet Nov 9, 2023
6aad228
fix: fixed table content overflow container (#273)
XPoet Nov 10, 2023
0a139c5
ui: use css variable setting header font color
XPoet Nov 10, 2023
a17b58a
perf: optimize i18n
XPoet Nov 13, 2023
c6fd66b
ui(first): use css variable control offset and display
XPoet Nov 13, 2023
882b921
ci: update ISSUE_TEMPLATE
XPoet Nov 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
attributes:
value: |
Please follow this Issue template to provide relevant information, such as source code repository, website URL and screenshots, which will help us investigate.
请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行调查
请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行排查

- type: checkboxes
id: checklist
Expand All @@ -20,11 +20,11 @@ body:
I made sure I checked
我确认我已经检查过了
options:
- label: I am using Keep version 3.8.5 or later.
- label: I am using Keep version `4.0.0` or later. (使用 Keep 4.0.0 或更高版本)
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).
- 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
- label: I have already searched for current [issues](https://github.com/XPoet/hexo-theme-keep/issues), which does not help me.
- label: I have already searched for current [issues](https://github.com/XPoet/hexo-theme-keep/issues), which does not help me. (已搜索 [Issues](https://github.com/XPoet/hexo-theme-keep/issues),对我没有帮助)
required: true

- type: textarea
Expand All @@ -45,9 +45,10 @@ body:
Please provide the following information
请提供以下信息
value: |
- Links to demo site with this issue:
- Links to repository or source code of the blog:
- Screenshots:
- Links to demo site with this issue (链接到这个 Issue 的演示网站)
- Links to source code of the blog with this issue (链接到这个 Issue 的博客源代码)
- Screenshots(屏幕截图)

validations:
required: true

Expand All @@ -59,14 +60,15 @@ body:
Please provide a detailed description of the steps to reproduce the issue
请仔细描述重现步骤
value: |
1. First step ...
2. Second step ...
3. Third step ...
1. First step ... (第一步 ...)
2. Second step ... (第二步 ...)
3. Third step ... (第三步 ...)

validations:
required: true

- type: markdown
id: env
id: env-info
attributes:
value: |
## Environment Information | 环境信息
Expand Down
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
attributes:
value: |
Please follow this Issue template to provide relevant information, such as source code repository, website URL and screenshots, which will help us investigate.
请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行调查
请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行排查

- type: checkboxes
id: checklist
Expand All @@ -20,11 +20,11 @@ body:
I made sure I checked
我确认我已经检查过了
options:
- label: I am using Keep version 3.8.5 or later.
- label: I am using Keep version `4.0.0` or later. (使用 Keep 4.0.0 或更高版本)
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).
- 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
- label: I have already searched for current [issues](https://github.com/XPoet/hexo-theme-keep/issues), which does not help me.
- label: I have already searched for current [issues](https://github.com/XPoet/hexo-theme-keep/issues), which does not help me. (已搜索 [Issues](https://github.com/XPoet/hexo-theme-keep/issues),对我没有帮助)
required: true

- type: textarea
Expand All @@ -35,9 +35,9 @@ body:
Please provide the following information
请提供以下信息
value: |
- Detailed description of feature request:
- This feature request reference link:
- This feature request reference screenshots:
- Detailed description of feature request (功能需求的详情描述)
- This feature request reference link (功能需求的参考链接)
- This feature request reference screenshots (功能需求的参考截图)
validations:
required: true

Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
attributes:
value: |
Please follow this Issue template to provide relevant information, such as source code repository, website URL and screenshots, which will help us investigate.
请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行调查
请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行排查

- type: checkboxes
id: checklist
Expand All @@ -20,11 +20,11 @@ body:
I made sure I checked
我确认我已经检查过了
options:
- label: I am using Keep version 3.8.5 or later.
- label: I am using Keep version `4.0.0` or later. (使用 Keep 4.0.0 或更高版本)
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).
- 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
- label: I have already searched for current [issues](https://github.com/XPoet/hexo-theme-keep/issues), which does not help me.
- label: I have already searched for current [issues](https://github.com/XPoet/hexo-theme-keep/issues), which does not help me. (已搜索 [Issues](https://github.com/XPoet/hexo-theme-keep/issues),对我没有帮助)
required: true

- type: textarea
Expand Down
Loading