如何将字符串类型的CQ码转换为SoraSegment #74
Answered
by
Yukari316
DontWantToName
asked this question in
Q&A
-
如何将字符串类型的CQ码转换为SoraSegment |
Beta Was this translation helpful? Give feedback.
Answered by
Yukari316
Oct 22, 2022
Replies: 1 comment 1 reply
-
可以使用 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DontWantToName
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
可以使用
Sora.Util.CQCodeUtil
中的DeserializeCqCode(string str)
对应源代码
https://github.com/DeepOceanSoft/Sora/blob/b3c760eaa3917faca5e6de559c9d99fd70cf20b7/Sora/Util/CQCodeUtil.cs#L129-L134