Skip to content

Commit

Permalink
🔖 v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Achuan-2 committed Oct 12, 2024
1 parent 54b05fb commit 1f39f29
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
node_modules
.DS_Store
.eslintcache
dist
/dist
package.zip
index.css
index.js
/index.css
/index.js
/i18n
# release.sh
/assets
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.1.1 / 2024.10.12
## v1.1.2 / 2024.10.12
- ✨ 交互优化:打开格式刷模式的时候,弹窗提示如何关闭格式刷
- ✨ 交互优化:右下角dock栏关闭格式刷按钮添加aria-label

Expand Down
7 changes: 7 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
body[data-format-painter-enable="true"] .protyle-wysiwyg {
cursor: url("plugins/siyuan-plugin-formatPainter/assets/formatPainter_mouse2.png"), auto;
}

body[data-format-painter-enable="false"] .protyle-wysiwyg {
cursor: auto;
}

0 comments on commit 1f39f29

Please sign in to comment.