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.
20 lines
879 B
20 lines
879 B
6 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<plugin>
|
||
|
<id>com.fr.plugin.specific.style</id>
|
||
|
<name><![CDATA[自定义全局样式]]></name>
|
||
|
<active>yes</active>
|
||
|
<version>1.0.0</version>
|
||
|
<env-version>10.0</env-version>
|
||
|
<jartime>2019-03-01</jartime>
|
||
|
<vendor>finereport</vendor>
|
||
|
<description><![CDATA[该插件用于自定义全局样式字体]]></description>
|
||
|
<extra-core>
|
||
|
<LocaleFinder class="com.finebi.plugin.locale.SpecificDashboardStyleLocaleFinder"/>
|
||
|
</extra-core>
|
||
|
<extra-decision>
|
||
|
<WebResourceProvider class="com.finebi.plugin.SpecificDashboardStyleProcess"/>
|
||
|
<WebResourceProvider class="com.finebi.plugin.SpecificDashboardStylePreview"/>
|
||
|
</extra-decision>
|
||
|
<function-recorder class="com.finebi.plugin.SpecificDashboardStyleComponent"/>
|
||
|
<main-package>com.finebi</main-package>
|
||
|
</plugin>
|