feat: update change log styles
This commit is contained in:
parent
ec49cf61d6
commit
78e1626e52
@ -56,6 +56,6 @@ electronDownload:
|
|||||||
afterSign: scripts/notarize.js
|
afterSign: scripts/notarize.js
|
||||||
releaseInfo:
|
releaseInfo:
|
||||||
releaseNotes: |
|
releaseNotes: |
|
||||||
- 【功能】新增消息暂停发送功能
|
- 修复默认助理名称为空的问题
|
||||||
- 【修复】修复多语言切换不彻底问题
|
- 修复首次安装默认语言检测问题
|
||||||
- 【构建】支持 macOS Intel 架构
|
- 更新日志样式微调
|
||||||
|
|||||||
@ -1,5 +1,11 @@
|
|||||||
# CHANGES LOG
|
# CHANGES LOG
|
||||||
|
|
||||||
|
### v0.2.2 - 2024-07-15
|
||||||
|
|
||||||
|
1. Fix the issue where the default assistant name is empty.
|
||||||
|
2. Fix the problem with default language detection during the first installation.
|
||||||
|
3. Adjust the changelog style.
|
||||||
|
|
||||||
### v0.2.1 - 2024-07-15
|
### v0.2.1 - 2024-07-15
|
||||||
|
|
||||||
1. **Feature**: Add new feature for pausing message sending
|
1. **Feature**: Add new feature for pausing message sending
|
||||||
|
|||||||
@ -1,5 +1,11 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
### v0.2.2 - 2024-07-15
|
||||||
|
|
||||||
|
1. 修复默认助理名称为空的问题
|
||||||
|
2. 修复首次安装默认语言检测问题
|
||||||
|
3. 更新日志样式微调
|
||||||
|
|
||||||
### v0.2.1 - 2024-07-15
|
### v0.2.1 - 2024-07-15
|
||||||
|
|
||||||
1. 【功能】新增消息暂停发送功能
|
1. 【功能】新增消息暂停发送功能
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
$background-color: #121212;
|
$background-color: #121212;
|
||||||
$text-color: #ffffff;
|
$text-color: #ffffff;
|
||||||
$heading-color: #bb86fc;
|
$heading-color: #00b96b;
|
||||||
$link-color: #3498db;
|
$link-color: #3498db;
|
||||||
$code-background: #1e1e1e;
|
$code-background: #1e1e1e;
|
||||||
$code-color: #f0e7db;
|
$code-color: #f0e7db;
|
||||||
@ -22,6 +22,11 @@ $code-color: #f0e7db;
|
|||||||
color: $heading-color;
|
color: $heading-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 22px;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user