mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 18:32:58 +08:00
feat: support SMB
This commit is contained in:
24
plugins/smb/src/main/resources/META-INF/plugin.xml
Normal file
24
plugins/smb/src/main/resources/META-INF/plugin.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<termora-plugin>
|
||||
|
||||
<id>smb</id>
|
||||
|
||||
<name>SMB</name>
|
||||
|
||||
<paid/>
|
||||
|
||||
<version>${projectVersion}</version>
|
||||
|
||||
<termora-version since=">=${rootProjectVersion}" until=""/>
|
||||
|
||||
<entry>app.termora.plugins.smb.SMBPlugin</entry>
|
||||
|
||||
<descriptions>
|
||||
<description>Connecting to SMB</description>
|
||||
<description language="zh_CN">支持连接到 SMB</description>
|
||||
<description language="zh_TW">支援連接到 SMB</description>
|
||||
</descriptions>
|
||||
|
||||
<vendor url="https://github.com/TermoraDev">TermoraDev</vendor>
|
||||
|
||||
|
||||
</termora-plugin>
|
||||
1
plugins/smb/src/main/resources/META-INF/pluginIcon.svg
Normal file
1
plugins/smb/src/main/resources/META-INF/pluginIcon.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 9.8 KiB |
1
plugins/smb/src/main/resources/i18n/messages.properties
Normal file
1
plugins/smb/src/main/resources/i18n/messages.properties
Normal file
@@ -0,0 +1 @@
|
||||
termora.plugins.smb.share=Share name
|
||||
@@ -0,0 +1 @@
|
||||
termora.plugins.smb.share=共享名称
|
||||
@@ -0,0 +1 @@
|
||||
termora.plugins.smb.share=共享名稱
|
||||
Reference in New Issue
Block a user