feat(plugin): 支持卸载插件时保留用户数据#491
Merged
lzx8589561 merged 2 commits intoMay 14, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a feature to allow users to optionally delete plugin data during the uninstallation process. It updates the plugin deletion API, the UI components for plugin management, and the confirmation dialog to support extra configuration items. The reviewer suggested improving type safety in the Toast component by replacing the reliance on the extra array length with an explicit isExtraMode flag and centralizing the ConfirmExtraItem interface definition to improve maintainability.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更内容
为确认对话框增加了额外的勾选框,使用新的 comfirmWithExtra 函数,不影响之前使用 comfirm 函数的代码
动机
应该允许删除插件而保留数据,避免因为误操作而导致积累的用户数据全部丢失
效果截图
相关 issue