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

refactor(abc:cell): widget data type changed to CellTextResult #1771

Merged
merged 2 commits into from
Mar 11, 2024

Commits on Mar 11, 2024

  1. refactor(abc:cell): widget data type changed to CellTextResult

    Breaking Changes:
    为了保持数据处理结果的统一性,将小部件的 `data` 类型由原来的 `CellWidgetData` 变更为 `CellTextResult` 以此来保证数据为处理后的结果。
    cipchk committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    920b5ab View commit details
    Browse the repository at this point in the history
  2. chore: fix build

    cipchk committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e08259c View commit details
    Browse the repository at this point in the history