Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
支持库 v1.0.1 更新: 聊天花式组件添加属性修改函数, 以及聊天序列化支持这些属性
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonLake committed Jun 18, 2017
1 parent b36c5b5 commit a86c068
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public ChatComponentFancy withObfuscated() {
}

/**
* 置当前聊天组件具有点击事件属性
* 设置当前聊天组件具有点击事件属性
*
* @param action 交互类型
* @param value 值
Expand All @@ -136,7 +136,7 @@ public ChatComponentFancy withClickEvent(ChatClickEvent.Action action, String va
}

/**
* 置当前聊天组件具有移动上事件属性
* 设置当前聊天组件具有移动上事件属性
*
* @param action 交互类型
* @param value 值
Expand Down

0 comments on commit a86c068

Please sign in to comment.