mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-02-07 21:10:05 +08:00
增加 parseContent 备注
This commit is contained in:
parent
3364b8bfc5
commit
2c21f71327
@ -21,6 +21,8 @@ public class MjUtil {
|
|||||||
|
|
||||||
|
|
||||||
public static MjMessage.Content parseContent(String content) {
|
public static MjMessage.Content parseContent(String content) {
|
||||||
|
// 有三种格式。
|
||||||
|
// 南极应该是什么样子?
|
||||||
// "**南极应该是什么样子? --v 6.0 --style raw** - <@972721304891453450> (32%) (fast, stealth)",
|
// "**南极应该是什么样子? --v 6.0 --style raw** - <@972721304891453450> (32%) (fast, stealth)",
|
||||||
// "**南极应该是什么样子? --v 6.0 --style raw** - <@972721304891453450> (fast, stealth)"
|
// "**南极应该是什么样子? --v 6.0 --style raw** - <@972721304891453450> (fast, stealth)"
|
||||||
MjMessage.Content mjContent = new MjMessage.Content();
|
MjMessage.Content mjContent = new MjMessage.Content();
|
||||||
|
Loading…
Reference in New Issue
Block a user