Skip to content

Commit

Permalink
🔖 v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Achuan-2 committed May 3, 2024
1 parent add0823 commit 37efe8a
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.0.7 / 2024.05.03

- ⏪ 还是加回链接图标功能吧,集市的[链接图标]插件好像没有怎么更新维护了

## v2.0.6 / 2024.04.30
- ✨ 思源笔记预览模式直接复制到微信公众号适配
- 🔥 取消link icon,需要的可用集市的[链接图标]插件
Expand Down
4 changes: 4 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@

## 🚀最近更新

v2.0.7 / 2024.05.03

- ⏪ 还是加回链接图标功能吧,集市的[链接图标]插件好像没有怎么更新维护了

v2.0.6 / 2024.04.30
- ✨ 思源笔记预览模式直接复制到微信公众号适配
- 🔥 取消link icon,需要的可用集市的[链接图标]插件
Expand Down
11 changes: 9 additions & 2 deletions style/export.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@
/* 导出微信文章设置默认字体 */
.protyle-preview>.b3-typography {
font-size: 14px !important;
}
/* line-height: 1.75; */
/* color: #595959;
font-family: Optima-Regular, Optima, PingFangTC-Light, PingFangSC-light, PingFangTC-light;
letter-spacing: 2px;
background-image: linear-gradient(90deg, rgba(50, 0, 0, 0.05) 3%, rgba(0, 0, 0, 0) 3%), linear-gradient(360deg, rgba(50, 0, 0, 0.05) 3%, rgba(0, 0, 0, 0) 3%);
background-size: 20px 20px;
background-position: center center; */

}

[data-theme-mode="light"] .protyle-preview>.b3-typography h1,
#preview .protyle-wysiwyg .h1{
Expand Down Expand Up @@ -107,7 +114,7 @@ text-align:center;
[data-theme-mode="light"] .protyle-preview>.b3-typography blockquote,
#preview.protyle-wysiwyg blockquote{
border-left: 0em solid #4c6778;
background-color: #73a8c70f;
background-color: #F7FAFC;
border: 1px solid rgb(224 239 249);
border-radius: 7px !important;
}
Expand Down
1 change: 1 addition & 0 deletions style/module/link_icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
.b3-typography a[href^="siyuan://"]
{
color: var(--b3-protyle-inline-blockref-color);
border-bottom: 1px solid var(--b3-protyle-inline-blockref-color);
}

.protyle-wysiwyg [data-node-id] span[data-type~='a'][data-href^="es://"]:not(:empty)::before,
Expand Down
2 changes: 1 addition & 1 deletion theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/* 导入折叠样式css */
@import url('style/module/fold.css');
/* 导入超链接图标样式 */
/* @import url('style/module/link_icon.css'); */
@import url('style/module/link_icon.css');
/* 导入数据库样式 */
@import url('style/database.css');
/* 导入文档属性 */
Expand Down
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.0.6",
"version": "2.0.7",
"displayName": {
"default": "Tsundoku",
"zh_CN": "積読"
Expand Down

0 comments on commit 37efe8a

Please sign in to comment.