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