0.2.1: fix style.
This commit is contained in:
@@ -12,6 +12,7 @@ git clone https://git.licsber.site/ruby/open_explorer
|
|||||||
## ChangeLog
|
## ChangeLog
|
||||||
|
|
||||||
```
|
```
|
||||||
|
251123周日:(0.2.1)改进样式 恢复button为a
|
||||||
251123周日:(0.2.0)对复制和打开功能作区分
|
251123周日:(0.2.0)对复制和打开功能作区分
|
||||||
250824周六:(0.1.2)增加复制功能
|
250824周六:(0.1.2)增加复制功能
|
||||||
250823周六:(0.0.9)修改按钮出现位置;优化样式
|
250823周六:(0.0.9)修改按钮出现位置;优化样式
|
||||||
|
|||||||
@@ -19,11 +19,12 @@
|
|||||||
一键打开
|
一键打开
|
||||||
</a>
|
</a>
|
||||||
<% else %>
|
<% else %>
|
||||||
<button onclick="copyLink(String.raw`<%= archive_url %>`); return false;"
|
<a href="#"
|
||||||
|
onclick="copyLink(String.raw`<%= archive_url %>`); return false;"
|
||||||
class="archive-button">
|
class="archive-button">
|
||||||
<span class="archive-icon">📋</span>
|
<span class="archive-icon">📋</span>
|
||||||
一键复制
|
一键复制
|
||||||
</button>
|
</a>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|||||||
2
init.rb
2
init.rb
@@ -2,7 +2,7 @@ Redmine::Plugin.register :open_explorer do
|
|||||||
name 'Open Explorer plugin'
|
name 'Open Explorer plugin'
|
||||||
author 'licsber'
|
author 'licsber'
|
||||||
description 'Open archive path using explorer.'
|
description 'Open archive path using explorer.'
|
||||||
version '0.2.0'
|
version '0.2.1'
|
||||||
url 'https://git.licsber.site/ruby/open_explorer'
|
url 'https://git.licsber.site/ruby/open_explorer'
|
||||||
author_url 'https://licsber.site'
|
author_url 'https://licsber.site'
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user