Replies: 1 comment
-
看到了是注音语法,复用了 markdown 的链接语法
因为 intro 里不支持注音用法,所以 TextBoxFilm 的实现较为简单。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TextBox 里就是对每一行简单 showText.split(''),然后一个一个字展示。而 TextBox > IMSSTextbox 里用了复杂的 compileSentence 函数,这是为什么呢?里面有一些注音相关逻辑,是为了给片假名加注音的逻辑吗?
Beta Was this translation helpful? Give feedback.
All reactions