Skip to content

在线Demo里没有dialog类型 #33

@linonetwo

Description

@linonetwo

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

  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions