-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Describe the bug
Doki Doki Love 这个 demo 里,解析出了
"type": "text",
"value": "@小云\nHello~",
而不是文档里说的
{
"type": "dialog",
"character": {
"type": "character",
"name": "小云",
"status": ""
},
"children": [
{
"type": "text",
"value": "你好呀!"
}
]
}
Reproduction
System Info
BrowserUsed 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
Labels
No labels