diff --git a/README.md b/README.md
index 92a9f42..2483978 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,6 @@ git clone https://git.licsber.site/ruby/open_explorer
## ChangeLog
```
-250823周六:(0.0.6)修改按钮出现位置;优化样式
+250823周六:(0.0.7)修改按钮出现位置;优化样式
250823周六:(0.0.1)基础功能
```
diff --git a/app/views/hooks/_view_issues_show_details_bottom.html.erb b/app/views/hooks/_view_issues_show_details_bottom.html.erb
index d03b41e..a814ef9 100644
--- a/app/views/hooks/_view_issues_show_details_bottom.html.erb
+++ b/app/views/hooks/_view_issues_show_details_bottom.html.erb
@@ -11,36 +11,66 @@
- 📂 一键打开
+ 📂
+ 一键打开
<% end %>
diff --git a/init.rb b/init.rb
index 1f812dc..0811e50 100644
--- a/init.rb
+++ b/init.rb
@@ -2,7 +2,7 @@ Redmine::Plugin.register :open_explorer do
name 'Open Explorer plugin'
author 'licsber'
description 'Open archive path using explorer.'
- version '0.0.6'
+ version '0.0.7'
url 'https://git.licsber.site/ruby/open_explorer'
author_url 'https://licsber.site'
end