0.0.6: update a label.

This commit is contained in:
2025-08-23 11:51:27 +08:00
parent 0acdd1a087
commit fc8e687a05
3 changed files with 4 additions and 4 deletions

View File

@@ -12,6 +12,6 @@ git clone https://git.licsber.site/ruby/open_explorer
## ChangeLog
```
250823周六0.0.5)修改按钮出现位置;优化样式
250823周六0.0.6)修改按钮出现位置;优化样式
250823周六0.0.1)基础功能
```

View File

@@ -31,8 +31,8 @@
overflow: hidden;
}
.archive-button:active {
transform: translateY(0);
.archive-button:hover {
transform: translateY(-2px);
}
.archive-icon {

View File

@@ -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.5'
version '0.0.6'
url 'https://git.licsber.site/ruby/open_explorer'
author_url 'https://licsber.site'
end