转盘语句解析
This commit is contained in:
parent
7d6d0c11db
commit
2a7dbd5065
@ -82,8 +82,8 @@ function parseText(text) {
|
||||
if (!execRes) return
|
||||
const curLevel = execRes[1].split('').length - 2
|
||||
if (curLevel < 0) return
|
||||
const text = execRes[2]
|
||||
const content = execRes[3]
|
||||
const text = execRes[3]
|
||||
const content = execRes[4]
|
||||
if (curLevel === lastLevel) {
|
||||
const curPos = posArr[curLevel]
|
||||
curPos.push({
|
||||
|
Loading…
x
Reference in New Issue
Block a user