From 2f7a0feab930780370deae6d226f928c1b9e68dd Mon Sep 17 00:00:00 2001 From: pscgyLancer <1971408908@qq.com> Date: Mon, 2 Sep 2024 11:00:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Readme.md b/Readme.md index 3a47dbc..b5c89fd 100644 --- a/Readme.md +++ b/Readme.md @@ -23,16 +23,15 @@ ## Extension Points -| Name | Implementation | Desc | -|----------------------------------------|---------------------------------------------------------|----------------------------| -| `UpdateSolutionReferencesAction` | [UpdateSolutionReferencesAction][file:UpdateSolutionReferencesAction] | `Configurable` | -| `UpdateReferencesByProjectChain` | [UpdateReferencesByProjectChain][file:UpdateReferencesByProjectChain] | `PersistentStateComponent` | -| `ReUpdateReferencesByProjectChain` | [ReUpdateReferencesByProjectChain][file:ReUpdateReferencesByProjectChain] | `PersistentStateComponent` | +| Name | Implementation | +|----------------------------------------|---------------------------------------------------------| +| `com.dida.didanugetextension.action.UpdateSolutionReferencesAction` | [UpdateSolutionReferencesAction][file:UpdateSolutionReferencesAction] | +| `com.dida.didanugetextension.action.UpdateReferencesByProjectChainAction` | [UpdateReferencesByProjectChain][file:UpdateReferencesByProjectChain]| +| `com.dida.didanugetextension.action.ReUpdateReferencesByProjectChainAction` | [ReUpdateReferencesByProjectChain][file:ReUpdateReferencesByProjectChain]| ## Reference *Reference: [Plugin Extension Points in IntelliJ SDK Docs][docs:ep]* - [docs]: https://plugins.jetbrains.com/docs/intellij/ [docs:ep]: https://plugins.jetbrains.com/docs/intellij/plugin-extensions.html [file:UpdateSolutionReferencesAction]: ./src/main/java/com/dida/didanugetextension/action/UpdateSolutionReferencesAction.java