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.
17 lines
723 B
17 lines
723 B
<?xml version="1.0" encoding="UTF-8" standalone="no"?><plugin> |
|
<id>com.fr.plugin.function.fib</id> |
|
<name><![CDATA[函数插件(示例)]]></name> |
|
<active>yes</active> |
|
<version>1.0</version> |
|
<env-version>10.0</env-version> |
|
<jartime>2018-07-31</jartime> |
|
<vendor>author</vendor> |
|
<description><![CDATA[求斐波拉契值。]]></description> |
|
<change-notes><![CDATA[ |
|
[2018-10-01]提供函数插件的示例。<br/> |
|
]]></change-notes> |
|
<extra-core> |
|
<FunctionDefineProvider class="com.fr.plugin.function.fib.Fibonacci" name="Fibonacci" description="求斐波拉契值。"/> |
|
</extra-core> |
|
<function-recorder class="com.fr.plugin.function.fib.Fibonacci"/> |
|
</plugin> |