Commit d3173521 authored by alex yao's avatar alex yao

修正注释

parent 8fca695f
...@@ -3,15 +3,14 @@ package cn.com.poc.timbre.constants; ...@@ -3,15 +3,14 @@ package cn.com.poc.timbre.constants;
/** /**
* 系统环境语言匹配 * 系统环境语言匹配
* @deprecated *
* 作用在AgentApplication应用的音色配置 * @author alex.yao
* @Description 作用在AgentApplication应用的音色配置
* 获取当前系统环境语言,匹配对应的音色类型 * 获取当前系统环境语言,匹配对应的音色类型
* 例如: * 例如:
* 1.系统环境语言为简体,则匹配音色类型为【中文】,matchLang="zh-CN" * 1.系统环境语言为简体,则匹配音色类型为【中文】,matchLang="zh-CN"
* 2.系统环境语言为繁体,则匹配音色类型为【粤语】,matchLang="zh-HK" * 2.系统环境语言为繁体,则匹配音色类型为【粤语】,matchLang="zh-HK"
* 3.系统环境语言为英语,则匹配音色类型为【英文】,matchLang="en" * 3.系统环境语言为英语,则匹配音色类型为【英文】,matchLang="en"
*
* @author alex.yao
*/ */
public enum MatchLangEnum { public enum MatchLangEnum {
......
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