Skip to content

Commit c8a4652

Browse files
committedJan 15, 2024
0.1.0 add many more feat
1 parent 30b9f7a commit c8a4652

File tree

6 files changed

+286
-37
lines changed

6 files changed

+286
-37
lines changed
 

‎CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
# 0.0.3
77
- support remove doc icon in doctree
88
# 0.0.4
9-
- fix logic err
9+
- fix logic err
10+
11+
# 0.1.0
12+
- add many many new features

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan_doctree_compress",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"type": "module",
55
"description": "compress your doctree as the % you defined",
66
"repository": "",

‎plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan_doctree_compress",
33
"author": "zxkmm",
44
"url": "https://github.com/zxkmm/siyuan_doctree_compress",
5-
"version": "0.0.4",
5+
"version": "0.1.0",
66
"minAppVersion": "2.12.1",
77
"backends": [
88
"windows",

‎src/i18n/en_US.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77
"hideIconDesc":"",
88
"hideIconForce":"Force hide mode",
99
"hideIconDescForce":"Only vaild if the switch above is enabled",
10-
"hintDesc": "<ul><li>● Made by <a href='https://github.com/zxkmm'>zxkmm</a>, Open source under MIT license。</li><li>● Star⭐ my GitHub if you like this plugin</li><li>● Link:<a href='https://github.com/zxkmm/siyuan_doctree_compress'>https://github.com/zxkmm/siyuan_doctree_compress</a></li><li>"
11-
10+
"hintDesc": "<ul><li>● Made by <a href='https://github.com/zxkmm'>zxkmm</a>, Open source under MIT license。</li><li>● Star⭐ my GitHub if you like this plugin</li><li>● Link:<a href='https://github.com/zxkmm/siyuan_doctree_compress'>https://github.com/zxkmm/siyuan_doctree_compress</a></li><li>",
11+
"highPerformanceHintDesc":"以下功能可能对性能有较大影响,请不要在低配电脑上打开",
12+
"highPerformanceHintTitle":"高性能区",
13+
"hintDangerousZoneTitle":"危险区",
14+
"hintDangerousZoneDesc":"以下特性可能有如下风险:和非官方主题冲突/ 影响文档树以外区域/ 影响其他插件, 请积极汇报bug,感谢!",
15+
"overloadFontSizeSwitch":"重载文档树字体大小",
16+
"overloadFontSizeSwitchDesc":"启用后可以用下面的设置来调节文档树字体大小",
17+
"overloadFontSizeForceSwitch":"强制重载模式",
18+
"overloadFontSizeForceSwitchDesc":"上面开关没有作用时启用",
19+
"overloadFontSizePx":"文档树字体大小",
20+
"overloadFontSizePxDesc":"需勾选上面的开关才能生效",
21+
"mouseHoverZeroPadding":"鼠标悬停时灵活布局文档树项目",
22+
"mouseHoverZeroPaddingDesc":"鼠标悬停时灵活布局文档树项目,方便点击和查看标题"
1223
}

‎src/i18n/zh_CN.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,17 @@
77
"hideIconForce":"强制模式",
88
"hideIconDescForce":"仅在上一个开关启用时有效",
99
"hintTitle": "关于",
10-
"hintDesc": "<ul><li>● 由<a href='https://github.com/zxkmm'>zxkmm</a>制作, MIT 协议开源。</li><li>● 如果您喜欢这个插件,请给我的 GitHub 仓库点亮免费的星星⭐(Star)。</li><li>● 链接:<a href='https://github.com/zxkmm/siyuan_doctree_compress'>https://github.com/zxkmm/siyuan_doctree_compress</a></li><li>"
10+
"hintDesc": "<ul><li>● 由<a href='https://github.com/zxkmm'>zxkmm</a>制作, MIT 协议开源。</li><li>● 如果您喜欢这个插件,请给我的 GitHub 仓库点亮免费的星星⭐(Star)。</li><li>● 链接:<a href='https://github.com/zxkmm/siyuan_doctree_compress'>https://github.com/zxkmm/siyuan_doctree_compress</a></li><li>",
11+
"highPerformanceHintDesc":"以下功能可能对性能有较大影响,请不要在低配电脑上打开",
12+
"highPerformanceHintTitle":"高性能区",
13+
"hintDangerousZoneTitle":"危险区",
14+
"hintDangerousZoneDesc":"以下特性可能有如下风险:和非官方主题冲突/ 影响文档树以外区域/ 影响其他插件, 请积极汇报bug,感谢!",
15+
"overloadFontSizeSwitch":"重载文档树字体大小",
16+
"overloadFontSizeSwitchDesc":"启用后可以用下面的设置来调节文档树字体大小",
17+
"overloadFontSizeForceSwitch":"强制重载模式",
18+
"overloadFontSizeForceSwitchDesc":"上面开关没有作用时启用",
19+
"overloadFontSizePx":"文档树字体大小",
20+
"overloadFontSizePxDesc":"需勾选上面的开关才能生效",
21+
"mouseHoverZeroPadding":"鼠标悬停时灵活布局文档树项目",
22+
"mouseHoverZeroPaddingDesc":"鼠标悬停时灵活布局文档树项目,方便点击和查看标题"
1123
}

0 commit comments

Comments
 (0)