init commit.

This commit is contained in:
2025-08-23 10:58:15 +08:00
commit 3c4e315c9f
4 changed files with 30 additions and 0 deletions

8
init.rb Normal file
View File

@@ -0,0 +1,8 @@
Redmine::Plugin.register :open_explorer do
name 'Open Explorer plugin'
author 'licsber'
description 'Open archive path using explorer.'
version '0.0.1'
url 'https://git.licsber.site/ruby/open_explorer'
author_url 'https://licsber.site'
end