Skip to content

Commit d1b73ae

Browse files
committed
update
1 parent 501d326 commit d1b73ae

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ IntelliJ IDEA 版 Sbt 依赖分析器插件提供了强大的可视化工具,
2525
* **JAR 大小指示器**:查看依赖 JAR 的大小,以便更好地管理项目的资源占用。
2626
* **跳转到声明**:点击 *用户定义的* 依赖项可直接跳转到其在 `build.sbt` 中的声明位置。
2727
* **依赖排除(实验性功能)**
28-
* 选择一个 *传递* 依赖项以从某个用户定义的依赖中排除它
29-
* 选择一个 *用户定义的* 依赖项以移除该依赖本身
28+
* 选择一个 *传递* 依赖项以从某个 *用户定义* 的依赖中排除它
29+
* 选择一个 *用户定义* 的依赖项以移除该依赖本身
3030
* *自插件版本 `0.5.0-242.21829.142` 起可用。*
3131

3232
## 🛠️ 安装与设置

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Sbt Dependency Analyzer plugin for IntelliJ IDEA provides powerful visual to
2525
* **JAR Size Indicators**: See the size of dependency JARs to better manage your project's footprint.
2626
* **Navigate to Declaration**: Click on a *user-defined* dependency to jump directly to its declaration in `build.sbt`.
2727
* **Dependency Exclusion (Experimental)**:
28-
* Select a *transitive* dependency to exclude it from a user-defined dependency.
28+
* Select a *transitive* dependency to exclude it from a *user-defined* dependency.
2929
* Select a *user-defined* dependency to remove it entirely.
3030
* *Available since plugin version `0.5.0-242.21829.142`.*
3131

src/main/resources/patch/description.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ <h1>Sbt Dependency Analyzer for IntelliJ IDEA</h1>
1212
<li><strong>Inter-Module Dependency Analysis</strong>: Visualize how different modules in your project depend on each other.</li>
1313
<li><strong>JAR Size Indicators</strong>: See the size of dependency JARs to better manage your project's footprint.</li>
1414
<li><strong>Navigate to Declaration</strong>: Click on a <em>user-defined</em> dependency to jump directly to its declaration in <code>build.sbt</code>.</li>
15-
<li><strong>Dependency Exclusion (Experimental)</strong>: Select a <em>transitive</em> dependency to suggest excluding it from a user-defined dependency. Select a <em>user-defined</em> dependency to suggest removing it entirely.</li>
15+
<li><strong>Dependency Exclusion (Experimental)</strong>:
16+
<ul>
17+
<li>Select a <em>transitive</em> dependency to exclude it from a <em>user-defined</em> dependency.</li>
18+
<li>Select a <em>user-defined</em> dependency to remove it entirely.</li>
19+
</ul>
1620
</ul>
1721
<br/>
1822
Visit GitHub for instructions on how to properly use this plugin!</br>

0 commit comments

Comments
 (0)