Skip to content

Commit

Permalink
🔖 v2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Achuan-2 committed Jul 17, 2024
1 parent 8a42b58 commit 5e2a66e
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 26 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.1.8 / 2024-07-17
- 💄 优化Dark主题透明图片大图预览
- 💄 优化Dark主题的加粗文字样式:设置为青绿色
- 💄 列表自动加粗
- 💄 待办事项的鼠标光标为点击
- 💄 数据库表头添加border
- 💄 导出pdf字体设置为20px
- 💄 区分块引的静态锚文本和动态锚文本
- 💄 数据库新增列按钮背景色设置为透明

## 2.1.7 / 2024-05-31
- 🐛 尝试修复Linux不显示link icon的问题

Expand Down
34 changes: 10 additions & 24 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,30 +34,16 @@

## 🚀最近更新

v2.1.6 / 2024-05-29
- 💄 对h1和h3标题加背景色样式进行调整
- 🐛 取消预览模式的编辑器宽度设置

v2.1.4 / 2024.05.16
- 💄代码块不设置语言,不显示language语言提示
- 💄下划线的划线样式加粗

v2.1.3 / 2024.05.15
- 💄引述块样式修改:light 主题引述块添加border-left,设置为0.3em宽度

v2.0.6 / 2024.04.30
- ✨ 思源笔记预览模式直接复制到微信公众号适配
- 💄 超链接样式调整
- 💄 备注样式调整,取消背景色,变为橙色下划线
- 💄 适配思源v3.0.12的图标样式
- 💄 代码块样式修改
- 调整代码行号宽度
- 调整代码语言位置
- 调整代码内容与左侧的间隔
- 💄 标题样式修改
- h3 标题样式:左边添加竖线
- h1 标题样式:居中加下划线
- 💄优化导出pdf的超链接下划线样式
2.1.8 / 2024-07-17
- 💄 优化Dark主题透明图片大图预览
- 💄 优化Dark主题的加粗文字样式:设置为青绿色
- 💄 列表自动加粗
- 💄 待办事项的鼠标光标为点击
- 💄 数据库表头添加border
- 💄 导出pdf字体设置为20px
- 💄 区分块引的静态锚文本和动态锚文本
- 💄 数据库新增列按钮背景色设置为透明




Expand Down
1 change: 1 addition & 0 deletions style/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
border-bottom: 1px solid var(--custom-h2-border-color) !important;
font-size: 1.55em !important;
color: var(--custom-h2-color);
border-radius: 0px !important;
}

.protyle-wysiwyg .sb .h2,
Expand Down
10 changes: 10 additions & 0 deletions style/theme/Tsundoku_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -821,3 +821,13 @@ div[data-subtype='t'][data-type='NodeList'] {
background-color: #77a0b36b;
transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}


/* 优化黑色主题透明图片大图预览 */
.viewer-canvas>img {
height: auto;
margin: 15px auto;
max-width: 90% !important;
width: auto;
background-color: #fff;
}
3 changes: 2 additions & 1 deletion theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1138,4 +1138,5 @@ body
mask-position: bottom, top;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
}

2 changes: 1 addition & 1 deletion theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Tsundoku",
"author": "Achuan-2",
"url": "https://github.com/Achuan-2/siyuan-themes-tsundoku",
"version": "2.1.7",
"version": "2.1.8",
"displayName": {
"default": "Tsundoku",
"zh_CN": "積読"
Expand Down

0 comments on commit 5e2a66e

Please sign in to comment.