From 126645c1f6c85e5c0a448d5f91d626523fbc2b4a Mon Sep 17 00:00:00 2001 From: xleoken Date: Fri, 7 Aug 2026 14:20:41 +0800 Subject: [PATCH] docs: remove redundant blank line --- .github/skills/fastexcel-to-fesod/SKILL.md | 3 --- README.md | 1 - website/docs/quickstart/guide.md | 1 - website/docs/sheet/read/spring.md | 1 - .../docusaurus-plugin-content-docs/current/quickstart/guide.md | 1 - .../current/sheet/read/spring.md | 1 - 6 files changed, 8 deletions(-) diff --git a/.github/skills/fastexcel-to-fesod/SKILL.md b/.github/skills/fastexcel-to-fesod/SKILL.md index 73e8b526b..39717c0d3 100644 --- a/.github/skills/fastexcel-to-fesod/SKILL.md +++ b/.github/skills/fastexcel-to-fesod/SKILL.md @@ -69,7 +69,6 @@ with deprecation warnings. It is always safe to stop here first and run tests. In `pom.xml`, find the FastExcel dependency block: ```xml - cn.idev.excel fastexcel @@ -80,7 +79,6 @@ In `pom.xml`, find the FastExcel dependency block: Replace it with: ```xml - org.apache.fesod fesod-sheet @@ -91,7 +89,6 @@ Replace it with: Also remove the FastExcel version property if it exists, e.g.: ```xml - 1.3.0 ``` diff --git a/README.md b/README.md index abe6ec05a..bcfbe1800 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,6 @@ new features in the latest version will enhance your experience. If you are using Maven for project building, add the following configuration in the `pom.xml` file: ```xml - org.apache.fesod fesod-sheet diff --git a/website/docs/quickstart/guide.md b/website/docs/quickstart/guide.md index 3c7823a23..6c6148720 100644 --- a/website/docs/quickstart/guide.md +++ b/website/docs/quickstart/guide.md @@ -63,7 +63,6 @@ available versions in the [Maven Central Repository](https://mvnrepository.com/a If you are using Maven for project building, add the following configuration in the `pom.xml` file: ```xml - org.apache.fesod fesod-sheet diff --git a/website/docs/sheet/read/spring.md b/website/docs/sheet/read/spring.md index 772929dc9..31f7d1a70 100644 --- a/website/docs/sheet/read/spring.md +++ b/website/docs/sheet/read/spring.md @@ -37,7 +37,6 @@ parse the data. Ensure the necessary dependencies are included in your pom.xml file: ```xml - org.apache.fesod fesod diff --git a/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/quickstart/guide.md b/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/quickstart/guide.md index 89fe0ce34..d2fa20ab0 100644 --- a/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/quickstart/guide.md +++ b/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/quickstart/guide.md @@ -42,7 +42,6 @@ Apache Fesod(Incubating) 使用了以下核心依赖: 如果您使用 Maven 进行项目构建,请在 `pom.xml` 文件中引入以下配置: ```xml - org.apache.fesod fesod-sheet diff --git a/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/sheet/read/spring.md b/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/sheet/read/spring.md index 47e03b82c..ac3b27cef 100644 --- a/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/sheet/read/spring.md +++ b/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/sheet/read/spring.md @@ -18,7 +18,6 @@ title: '与 Spring 集成' 确保在 pom.xml 文件中包括必要的依赖项: ```xml - org.apache.fesod fesod