mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
26 lines
608 B
XML
26 lines
608 B
XML
<termora-plugin>
|
|
|
|
<id>cos</id>
|
|
|
|
<name>Tencent COS</name>
|
|
|
|
|
|
<paid/>
|
|
|
|
<version>${projectVersion}</version>
|
|
|
|
<termora-version since=">=${rootProjectVersion}" until=""/>
|
|
|
|
<entry>app.termora.plugins.cos.COSPlugin</entry>
|
|
|
|
<descriptions>
|
|
<description>Connecting to Tencent COS</description>
|
|
<description language="zh_CN">支持连接到腾讯云对象存储</description>
|
|
<description language="zh_TW">支援連接到騰訊雲物件存儲</description>
|
|
</descriptions>
|
|
|
|
<vendor url="https://github.com/TermoraDev">TermoraDev</vendor>
|
|
|
|
|
|
</termora-plugin>
|