更新 Readme.md

This commit is contained in:
pscgyLancer 2024-09-02 11:00:23 +08:00
parent 7eca861af1
commit 2f7a0feab9

View File

@ -23,16 +23,15 @@
## Extension Points ## Extension Points
| Name | Implementation | Desc | | Name | Implementation |
|----------------------------------------|---------------------------------------------------------|----------------------------| |----------------------------------------|---------------------------------------------------------|
| `UpdateSolutionReferencesAction` | [UpdateSolutionReferencesAction][file:UpdateSolutionReferencesAction] | `Configurable` | | `com.dida.didanugetextension.action.UpdateSolutionReferencesAction` | [UpdateSolutionReferencesAction][file:UpdateSolutionReferencesAction] |
| `UpdateReferencesByProjectChain` | [UpdateReferencesByProjectChain][file:UpdateReferencesByProjectChain] | `PersistentStateComponent` | | `com.dida.didanugetextension.action.UpdateReferencesByProjectChainAction` | [UpdateReferencesByProjectChain][file:UpdateReferencesByProjectChain]|
| `ReUpdateReferencesByProjectChain` | [ReUpdateReferencesByProjectChain][file:ReUpdateReferencesByProjectChain] | `PersistentStateComponent` | | `com.dida.didanugetextension.action.ReUpdateReferencesByProjectChainAction` | [ReUpdateReferencesByProjectChain][file:ReUpdateReferencesByProjectChain]|
## Reference ## Reference
*Reference: [Plugin Extension Points in IntelliJ SDK Docs][docs:ep]* *Reference: [Plugin Extension Points in IntelliJ SDK Docs][docs:ep]*
[docs]: https://plugins.jetbrains.com/docs/intellij/ [docs]: https://plugins.jetbrains.com/docs/intellij/
[docs:ep]: https://plugins.jetbrains.com/docs/intellij/plugin-extensions.html [docs:ep]: https://plugins.jetbrains.com/docs/intellij/plugin-extensions.html
[file:UpdateSolutionReferencesAction]: ./src/main/java/com/dida/didanugetextension/action/UpdateSolutionReferencesAction.java [file:UpdateSolutionReferencesAction]: ./src/main/java/com/dida/didanugetextension/action/UpdateSolutionReferencesAction.java