forked from hugh/open-JSD-8686
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
801 B
19 lines
801 B
3 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?><plugin>
|
||
|
<id>com.fr.plugin.xxxx.bkfunction</id>
|
||
|
<name><![CDATA[获取权限]]></name>
|
||
|
<active>yes</active>
|
||
|
<version>1.0.3</version>
|
||
|
<env-version>10.0</env-version>
|
||
|
<jartime>2018-07-31</jartime>
|
||
|
<vendor>fr.open</vendor>
|
||
|
<description><![CDATA[获取权限]]></description>
|
||
|
<change-notes><![CDATA[
|
||
|
]]></change-notes>
|
||
|
<main-package>com.fr.plugin.function</main-package>
|
||
|
<lifecycle-monitor class="com.fr.plugin.function.config.InitializeMonitor"/>
|
||
|
|
||
|
<extra-core>
|
||
|
<FunctionDefineProvider class="com.fr.plugin.function.function.AuthFunction" name="getAuth" description="获取权限"/>
|
||
|
</extra-core>
|
||
|
<function-recorder class="com.fr.plugin.function.config.PluginSimpleConfig"/>
|
||
|
</plugin>
|