mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
24 lines
589 B
XML
24 lines
589 B
XML
<termora-plugin>
|
|
|
|
<id>geo</id>
|
|
|
|
<name>Geo</name>
|
|
|
|
<version>${projectVersion}</version>
|
|
|
|
<entry>app.termora.plugins.geo.GeoPlugin</entry>
|
|
|
|
<termora-version since=">=${rootProjectVersion}" until=""/>
|
|
|
|
|
|
<descriptions>
|
|
<description>Display the geographical location of the host</description>
|
|
<description language="zh_CN">显示主机的地理位置</description>
|
|
<description language="zh_TW">顯示主機的地理位置</description>
|
|
</descriptions>
|
|
|
|
<vendor url="https://github.com/TermoraDev">TermoraDev</vendor>
|
|
|
|
|
|
</termora-plugin>
|