From b63fc41586b4d70e69a38284de84ebbbaee9774e Mon Sep 17 00:00:00 2001 From: tukuaiai Date: Thu, 25 Dec 2025 03:05:21 +0800 Subject: [PATCH] feat: add html-tools --- libs/external/html-tools-main/README.md | 74 +++ .../html-tools-main/clean_epub_css.html | 424 ++++++++++++++++++ .../html-tools-main/markdown-bianjiqi.html | 303 +++++++++++++ .../html-tools-main/task card generator.html | 289 ++++++++++++ .../xhs graphic production - 1.0.html | 320 +++++++++++++ .../xhs graphic production.html | 146 ++++++ 6 files changed, 1556 insertions(+) create mode 100644 libs/external/html-tools-main/README.md create mode 100644 libs/external/html-tools-main/clean_epub_css.html create mode 100644 libs/external/html-tools-main/markdown-bianjiqi.html create mode 100644 libs/external/html-tools-main/task card generator.html create mode 100644 libs/external/html-tools-main/xhs graphic production - 1.0.html create mode 100644 libs/external/html-tools-main/xhs graphic production.html diff --git a/libs/external/html-tools-main/README.md b/libs/external/html-tools-main/README.md new file mode 100644 index 0000000..691216b --- /dev/null +++ b/libs/external/html-tools-main/README.md @@ -0,0 +1,74 @@ +# HTML Tools + +**HTML 工具集:集成多种独立 HTML 工具,涵盖单一或多功能设计,致力于一键高效完成任务。** + +## 项目简介 + +HTML Tools 是一个集合各种 HTML 工具的项目,旨在帮助开发者快速、高效地完成 HTML 页面相关的任务。无论是单一功能的小工具,还是集成多种功能的工具,这个项目都能够满足您的需求。 + +--- + +## 功能特色 + +- **多种工具集成**:提供从简单到复杂 HTML 操作的工具。 +- **高效便捷**:一键式操作,快速完成目标任务。 +- **模块化设计**:工具独立,便于扩展和维护。 +- **开源免费**:完全开源,欢迎贡献。 + +--- + +## 安装与使用 + +### 1. 克隆仓库 +```bash +git clone https://github.com/fud114514/html-tools.git +cd html-tools +``` + +### 2. 打开工具 +- 将工具直接部署在浏览器中运行,或者在本地 HTML 文件中打开。 +- 无需安装额外依赖。 + +### 3. 贡献代码 +如果您有兴趣为项目贡献代码,请按照以下步骤进行: +1. Fork 本仓库。 +2. 创建自己的分支:`git checkout -b feature/your-feature` +3. 提交更改:`git commit -m 'Add some feature'` +4. 推送分支到 GitHub:`git push origin feature/your-feature` +5. 提交 Pull Request。 + +--- + +## 文件结构 + +```plaintext +html-tools/ +├── index.html # 主页面 +├── tools/ # 各种独立工具文件 +├── assets/ # 静态资源 (如图片、样式表) +└── README.md # 项目文档 +``` + +--- + +## 参与贡献 + +欢迎大家为 HTML Tools 项目贡献自己的力量!无论是修复问题、添加新功能或改进文档,您的每一个贡献都对我们非常重要。 + +### 提交 Issue +如果您在使用过程中遇到问题,可以通过 [Issue 页面](https://github.com/fud114514/html-tools/issues) 提交问题。 + +### 提交 Pull Request +详细步骤请参考上文的“贡献代码”部分。 + +--- + +## 开发者 + +该项目由 [fud114514](https://github.com/fud114514) 开发和维护。 + +--- + +## 许可证 + +本项目采用 [MIT 许可证](https://opensource.org/licenses/MIT) 开源,详情请参阅 [LICENSE 文件](https://github.com/fud114514/html-tools/blob/main/LICENSE)。 diff --git a/libs/external/html-tools-main/clean_epub_css.html b/libs/external/html-tools-main/clean_epub_css.html new file mode 100644 index 0000000..6afe018 --- /dev/null +++ b/libs/external/html-tools-main/clean_epub_css.html @@ -0,0 +1,424 @@ + + + + + + EPUB CSS 清理工具 (Web版) + + + + + + + + +

EPUB CSS 清理工具 (Web版)

+ +

将单个 EPUB 文件或包含多个 EPUB 的 ZIP 文件拖拽到下方区域,或点击按钮选择文件,即可移除指定的 CSS 样式。

+ +
+ + +

将 EPUB 或 ZIP 文件拖拽到这里

+ +
+ + +
请选择或拖拽一个 EPUB 或 ZIP 文件。
+
+ +
+ 重要提示: 此工具在你的浏览器中处理文件,不会上传到服务器。处理后的文件需要你手动下载。建议在处理前备份原始文件!处理 ZIP 文件时,会生成一个包含所有处理后(或原始)EPUB 的新 ZIP 文件。 +
+ + + + + \ No newline at end of file diff --git a/libs/external/html-tools-main/markdown-bianjiqi.html b/libs/external/html-tools-main/markdown-bianjiqi.html new file mode 100644 index 0000000..331b409 --- /dev/null +++ b/libs/external/html-tools-main/markdown-bianjiqi.html @@ -0,0 +1,303 @@ + + + + + + Markdown Editor + + + +
+
+ + +
+
+
+
+
+
+ +
+
+ + + + + diff --git a/libs/external/html-tools-main/task card generator.html b/libs/external/html-tools-main/task card generator.html new file mode 100644 index 0000000..3bd9370 --- /dev/null +++ b/libs/external/html-tools-main/task card generator.html @@ -0,0 +1,289 @@ + + + + + + 任务卡片生成器 + + + +
+
+
+
+
+
+ +
+ +
+
+ +
+
+ +
+ +
+
+ +
+ + +
+
+
+
+
+ +
+ + + + + \ No newline at end of file diff --git a/libs/external/html-tools-main/xhs graphic production - 1.0.html b/libs/external/html-tools-main/xhs graphic production - 1.0.html new file mode 100644 index 0000000..9198ee7 --- /dev/null +++ b/libs/external/html-tools-main/xhs graphic production - 1.0.html @@ -0,0 +1,320 @@ + + + + + + Markdown 编辑与预览 (带同步滚动和滑块) + + + + + +
+ +
+
+
+
+ +
+ + + + \ No newline at end of file diff --git a/libs/external/html-tools-main/xhs graphic production.html b/libs/external/html-tools-main/xhs graphic production.html new file mode 100644 index 0000000..ee97832 --- /dev/null +++ b/libs/external/html-tools-main/xhs graphic production.html @@ -0,0 +1,146 @@ + + + + + + 小红书内容卡片 + + + +
+
+
+
+
+
+
+ +
+ + + + + \ No newline at end of file