YunYouJun / advjs

🎮 ADV.JS Web AVG Engine 面向未来与前端的文字冒险游戏引擎(WIP)
https://advjs.org
Mozilla Public License 2.0
268 stars 25 forks source link

在线Demo里没有dialog类型 #33

Open linonetwo opened 4 months ago

linonetwo commented 4 months ago

Describe the bug

Doki Doki Love 这个 demo 里,解析出了

      "type": "text",
      "value": "@小云\nHello~",

而不是文档里说的

{
  "type": "dialog",
  "character": {
    "type": "character",
    "name": "小云",
    "status": ""
  },
  "children": [
    {
      "type": "text",
      "value": "你好呀!"
    }
  ]
}

Reproduction

https://parser.advjs.org/#/

System Info

Browser

Used Package Manager

npm

Validations