Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

空标签数据订正 #3858

Closed
88250 opened this issue Jan 17, 2022 · 0 comments
Closed

空标签数据订正 #3858

88250 opened this issue Jan 17, 2022 · 0 comments
Assignees
Milestone

Comments

@88250
Copy link
Member

88250 commented Jan 17, 2022

https://ld246.com/article/1642407626419

From

{
  "Type": "NodeTag",
  "Data": "span",
  "Children": [
    {
      "Type": "NodeTagOpenMarker"
    },
    {
      "Type": "NodeText"
    },
    {
      "Type": "NodeTagCloseMarker"
    }
  ]
}

To

{
  "Type": "NodeTag",
  "Data": "span",
  "Children": [
    {
      "Type": "NodeTagOpenMarker"
    },
    {
      "Type": "NodeText",
      "Data": "Untitled"
    },
    {
      "Type": "NodeTagCloseMarker"
    }
  ]
}
@88250 88250 added this to the 1.7.4 milestone Jan 17, 2022
@88250 88250 self-assigned this Jan 17, 2022
88250 added a commit to 88250/protyle that referenced this issue Jan 17, 2022
@88250 88250 closed this as completed Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant