Commit a2019175 authored by 姜春辉's avatar 姜春辉

发布

parent 15b44f4f
Pipeline #505 failed with stages
<?xml version="1.0" encoding="utf-8" ?>
<Settings xmlns="urn:Chinags-Configuration" AddonName="GS.Terminal.Speak">
<Dictionaries>
<Dict Name="baseConfig" Caption="基本设置">
<Key Name="VoiceSpeed" Value="1" Caption="语音播报速度" Choice="0,1,2,3,4,5" />
<Key Name="VoicePackage" Value="1" Caption="语音包序号" Choice="0,1,2,3" />
</Dict>
</Dictionaries>
</Settings>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<Extensibility xmlns="urn:Chinags-Extensibility-1.0" Name="终端语音播报插件" SymbolicName="GS.Terminal.Speak" Version="1.0.0.0" StartLevel="10">
<License>ZIdlI0PmssjqRnU+teBUtPhVVlUGs51sqQW2K/B/8CK47gkBxo35i2/GK+6DDmKLdDKbDjY3NfCW3HjfsvajC3zLBXi8tBmfGG9CH59LyryQF2637T4KY4thHSmeluvwqOdh0USs8grFkx/Fphr/bHYKwPJJeCqp9QUBIk4XPKc=</License>
<Activator Type="GS.Terminal.Speak.Activator" />
<Runtime>
<Assembly Path="GS.Terminal.Speak.dll" Share="true" />
</Runtime>
<Services>
<Service Caption="语音播报服务" TypeAndName="GS.Terminal.Speak.Service">
<!--
/// <summary>
/// 播报文本语音
/// </summary>
/// <param name="SpeakMessage">文本内容</param>
public void Voice(string SpeakMessage)
-->
</Service>
</Services>
</Extensibility>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment