mirror of
https://github.com/justhtmls/html-tools.git
synced 2026-09-01 15:32:50 +08:00
Update repository and domain references
- Change remote to git@github.com:justhtmls/html-tools.git - Update domain from justhtmls.github.io to justhtmls.com - Update all repository references to justhtmls/html-tools
This commit is contained in:
@@ -87,4 +87,4 @@ assignees: []
|
||||
|
||||
**感谢你的贡献!我们会尽快审核你的提交。如有问题,我们会通过 Issue 与你联系。**
|
||||
|
||||
💡 **提示**: 你也可以先加入 [JustHTMLs 组织](https://github.com/justhtmls) 成为成员,直接提交 PR 到 justhtmls/justhtmls.github.io。
|
||||
💡 **提示**: 你也可以先加入 [JustHTMLs 组织](https://github.com/justhtmls) 成为成员,直接提交 PR 到 justhtmls/html-tools。
|
||||
|
||||
+3
-3
@@ -285,7 +285,7 @@
|
||||
</ol>
|
||||
|
||||
<div style="text-align: center; margin: 30px 0;">
|
||||
<a href="https://github.com/justhtmls/justhtmls.github.io/issues/new?template=tool-submission.md" class="btn" target="_blank">
|
||||
<a href="https://github.com/justhtmls/html-tools/issues/new?template=tool-submission.md" class="btn" target="_blank">
|
||||
<i class="fas fa-plus"></i>
|
||||
创建工具提交 Issue
|
||||
</a>
|
||||
@@ -322,7 +322,7 @@
|
||||
<h2><i class="fas fa-code-branch"></i> 组织架构</h2>
|
||||
<p>JustHTMLs 采用 GitHub 组织进行管理:</p>
|
||||
<ul>
|
||||
<li><strong>justhtmls/justhtmls.github.io</strong> - 主网站仓库</li>
|
||||
<li><strong>justhtmls/html-tools</strong> - 主网站仓库</li>
|
||||
<li><strong>justhtmls/tools</strong> - 工具集合仓库(可选)</li>
|
||||
<li><strong>justhtmls/docs</strong> - 文档仓库(可选)</li>
|
||||
</ul>
|
||||
@@ -331,7 +331,7 @@
|
||||
<p>工具提交流程:</p>
|
||||
<ol>
|
||||
<li>开发者按规范创建工具文件夹和文件</li>
|
||||
<li>通过 GitHub Issues 提交工具到 justhtmls/justhtmls.github.io</li>
|
||||
<li>通过 GitHub Issues 提交工具到 justhtmls/html-tools</li>
|
||||
<li>维护者审核工具代码和功能</li>
|
||||
<li>审核通过后,维护者将工具合并到主仓库</li>
|
||||
<li>更新 index.json 索引文件</li>
|
||||
|
||||
+4
-4
@@ -493,7 +493,7 @@
|
||||
<a href="https://github.com/justhtmls" target="_blank" class="btn btn-secondary">
|
||||
<i class="fab fa-github"></i> GitHub
|
||||
</a>
|
||||
<a href="https://github.com/justhtmls/justhtmls.github.io/issues/new?template=tool-submission.md" target="_blank" class="btn btn-primary">
|
||||
<a href="https://github.com/justhtmls/justhtmls.com/issues/new?template=tool-submission.md" target="_blank" class="btn btn-primary">
|
||||
<i class="fas fa-plus"></i> 贡献工具
|
||||
</a>
|
||||
</div>
|
||||
@@ -559,7 +559,7 @@
|
||||
<p style="color: var(--text-muted); max-width: 500px; margin: 0 auto 24px;">
|
||||
JustHTMLs 欢迎社区贡献!创建一个新的 HTML 工具,通过 GitHub Issues 提交,让我们一起构建最完整的工具集合。
|
||||
</p>
|
||||
<a href="https://github.com/justhtmls/justhtmls.github.io/issues/new?template=tool-submission.md" target="_blank" class="btn btn-primary" style="font-size: 16px; padding: 12px 24px;">
|
||||
<a href="https://github.com/justhtmls/justhtmls.com/issues/new?template=tool-submission.md" target="_blank" class="btn btn-primary" style="font-size: 16px; padding: 12px 24px;">
|
||||
<i class="fas fa-plus"></i> 提交新工具
|
||||
</a>
|
||||
</div>
|
||||
@@ -577,8 +577,8 @@
|
||||
<h3>快速链接</h3>
|
||||
<ul class="footer-links">
|
||||
<li><a href="https://github.com/justhtmls" target="_blank"><i class="fab fa-github"></i> GitHub 组织</a></li>
|
||||
<li><a href="https://github.com/justhtmls/justhtmls.github.io" target="_blank"><i class="fas fa-globe"></i> 网站仓库</a></li>
|
||||
<li><a href="https://github.com/justhtmls/justhtmls.github.io/issues" target="_blank"><i class="fas fa-bug"></i> 报告问题</a></li>
|
||||
<li><a href="https://github.com/justhtmls/justhtmls.com" target="_blank"><i class="fas fa-globe"></i> 网站仓库</a></li>
|
||||
<li><a href="https://github.com/justhtmls/justhtmls.com/issues" target="_blank"><i class="fas fa-bug"></i> 报告问题</a></li>
|
||||
<li><a href="CONTRIBUTING.html">贡献指南</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
+7
-7
@@ -20,7 +20,7 @@
|
||||
"createdAt": "2025-12-22",
|
||||
"updatedAt": "2025-12-22",
|
||||
"featured": true,
|
||||
"repo": "https://github.com/justhtmls/justhtmls.github.io"
|
||||
"repo": "https://github.com/justhtmls/html-tools"
|
||||
},
|
||||
{
|
||||
"id": "base64-encode",
|
||||
@@ -40,7 +40,7 @@
|
||||
"createdAt": "2025-12-22",
|
||||
"updatedAt": "2025-12-22",
|
||||
"featured": true,
|
||||
"repo": "https://github.com/justhtmls/justhtmls.github.io"
|
||||
"repo": "https://github.com/justhtmls/html-tools"
|
||||
},
|
||||
{
|
||||
"id": "color-picker",
|
||||
@@ -60,7 +60,7 @@
|
||||
"createdAt": "2025-12-22",
|
||||
"updatedAt": "2025-12-22",
|
||||
"featured": true,
|
||||
"repo": "https://github.com/justhtmls/justhtmls.github.io"
|
||||
"repo": "https://github.com/justhtmls/html-tools"
|
||||
},
|
||||
{
|
||||
"id": "regex-tester",
|
||||
@@ -80,7 +80,7 @@
|
||||
"createdAt": "2025-12-22",
|
||||
"updatedAt": "2025-12-22",
|
||||
"featured": true,
|
||||
"repo": "https://github.com/justhtmls/justhtmls.github.io"
|
||||
"repo": "https://github.com/justhtmls/html-tools"
|
||||
},
|
||||
{
|
||||
"id": "url-encode",
|
||||
@@ -100,7 +100,7 @@
|
||||
"createdAt": "2025-12-22",
|
||||
"updatedAt": "2025-12-22",
|
||||
"featured": false,
|
||||
"repo": "https://github.com/justhtmls/justhtmls.github.io"
|
||||
"repo": "https://github.com/justhtmls/html-tools"
|
||||
},
|
||||
{
|
||||
"id": "qr-generator",
|
||||
@@ -120,7 +120,7 @@
|
||||
"createdAt": "2025-12-22",
|
||||
"updatedAt": "2025-12-22",
|
||||
"featured": true,
|
||||
"repo": "https://github.com/justhtmls/justhtmls.github.io"
|
||||
"repo": "https://github.com/justhtmls/html-tools"
|
||||
},
|
||||
{
|
||||
"id": "password-generator",
|
||||
@@ -140,7 +140,7 @@
|
||||
"createdAt": "2025-12-22",
|
||||
"updatedAt": "2025-12-22",
|
||||
"featured": true,
|
||||
"repo": "https://github.com/justhtmls/justhtmls.github.io"
|
||||
"repo": "https://github.com/justhtmls/html-tools"
|
||||
}
|
||||
],
|
||||
"categories": [
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
**开源 HTML 工具集 - 轻量、隐私、无需安装**
|
||||
|
||||
[在线体验](https://justhtmls.github.io/) | [贡献指南](CONTRIBUTING.html) | [提交工具](https://github.com/justhtmls/justhtmls.github.io/issues/new?template=tool-submission.md)
|
||||
[在线体验](https://justhtmls.com/) | [贡献指南](CONTRIBUTING.html) | [提交工具](https://github.com/justhtmls/justhtmls.com/issues/new?template=tool-submission.md)
|
||||
|
||||
</div>
|
||||
|
||||
@@ -46,14 +46,14 @@ JustHTMLs 是一个开源的 HTML 工具集平台,汇集各种轻量级的在
|
||||
|
||||
### 在线使用
|
||||
|
||||
直接访问 [JustHTMLs 网站](https://justhtmls.github.io/) 即可使用所有工具。
|
||||
直接访问 [JustHTMLs 网站](https://justhtmls.com/) 即可使用所有工具。
|
||||
|
||||
### 本地运行
|
||||
|
||||
```bash
|
||||
# 克隆仓库
|
||||
git clone https://github.com/justhtmls/justhtmls.github.io.git
|
||||
cd justhtmls.github.io
|
||||
git clone https://github.com/justhtmls/html-tools.git
|
||||
cd html-tools
|
||||
|
||||
# 使用任意静态服务器运行
|
||||
python -m http.server 8000
|
||||
@@ -72,13 +72,13 @@ npx serve .
|
||||
### 方式一:通过 GitHub Issues(推荐)
|
||||
|
||||
1. 创建你的工具(单文件 HTML)
|
||||
2. [创建工具提交 Issue](https://github.com/justhtmls/justhtmls.github.io/issues/new?template=tool-submission.md)
|
||||
2. [创建工具提交 Issue](https://github.com/justhtmls/html-toolsissues/new?template=tool-submission.md)
|
||||
3. 填写工具信息并粘贴代码
|
||||
4. 等待审核通过后合并
|
||||
|
||||
### 方式二:Pull Request
|
||||
|
||||
1. Fork justhtmls/justhtmls.github.io 仓库
|
||||
1. Fork justhtmls/html-tools 仓库
|
||||
2. 在 `tools/` 目录下创建你的工具文件夹
|
||||
3. 按规范创建工具文件
|
||||
4. 更新 `index.json` 索引
|
||||
@@ -110,7 +110,7 @@ tools/
|
||||
## 项目结构
|
||||
|
||||
```
|
||||
justhtmls.github.io/
|
||||
justhtmls.com/
|
||||
├── index.html # 主站门户首页
|
||||
├── index.json # 工具索引文件
|
||||
├── CONTRIBUTING.html # 贡献指南
|
||||
|
||||
@@ -258,7 +258,7 @@
|
||||
<i class="fas fa-external-link-alt"></i>
|
||||
打开工具
|
||||
</a>
|
||||
<a href="https://github.com/justhtmls/justhtmls.github.io/tree/main/tools/base64-encode" target="_blank" class="btn btn-secondary">
|
||||
<a href="https://github.com/justhtmls/html-tools/tree/main/tools/base64-encode" target="_blank" class="btn btn-secondary">
|
||||
<i class="fab fa-github"></i>
|
||||
查看源码
|
||||
</a>
|
||||
|
||||
@@ -258,7 +258,7 @@
|
||||
<i class="fas fa-external-link-alt"></i>
|
||||
打开工具
|
||||
</a>
|
||||
<a href="https://github.com/justhtmls/justhtmls.github.io/tree/main/tools/color-picker" target="_blank" class="btn btn-secondary">
|
||||
<a href="https://github.com/justhtmls/html-tools/tree/main/tools/color-picker" target="_blank" class="btn btn-secondary">
|
||||
<i class="fab fa-github"></i>
|
||||
查看源码
|
||||
</a>
|
||||
|
||||
@@ -317,7 +317,7 @@
|
||||
<i class="fas fa-external-link-alt"></i>
|
||||
打开工具
|
||||
</a>
|
||||
<a href="https://github.com/justhtmls/justhtmls.github.io/tree/main/tools/json-to-yaml" target="_blank" class="btn btn-secondary">
|
||||
<a href="https://github.com/justhtmls/html-tools/tree/main/tools/json-to-yaml" target="_blank" class="btn btn-secondary">
|
||||
<i class="fab fa-github"></i>
|
||||
查看源码
|
||||
</a>
|
||||
|
||||
@@ -258,7 +258,7 @@
|
||||
<i class="fas fa-external-link-alt"></i>
|
||||
打开工具
|
||||
</a>
|
||||
<a href="https://github.com/justhtmls/justhtmls.github.io/tree/main/tools/password-generator" target="_blank" class="btn btn-secondary">
|
||||
<a href="https://github.com/justhtmls/html-tools/tree/main/tools/password-generator" target="_blank" class="btn btn-secondary">
|
||||
<i class="fab fa-github"></i>
|
||||
查看源码
|
||||
</a>
|
||||
|
||||
@@ -182,7 +182,7 @@
|
||||
<div class="input-section">
|
||||
<div class="input-group">
|
||||
<label>内容</label>
|
||||
<textarea id="text" placeholder="输入文本或网址...">https://justhtmls.github.io</textarea>
|
||||
<textarea id="text" placeholder="输入文本或网址...">https://justhtmls.com</textarea>
|
||||
</div>
|
||||
|
||||
<div class="options-grid">
|
||||
|
||||
@@ -258,7 +258,7 @@
|
||||
<i class="fas fa-external-link-alt"></i>
|
||||
打开工具
|
||||
</a>
|
||||
<a href="https://github.com/justhtmls/justhtmls.github.io/tree/main/tools/qr-generator" target="_blank" class="btn btn-secondary">
|
||||
<a href="https://github.com/justhtmls/html-tools/tree/main/tools/qr-generator" target="_blank" class="btn btn-secondary">
|
||||
<i class="fab fa-github"></i>
|
||||
查看源码
|
||||
</a>
|
||||
|
||||
@@ -258,7 +258,7 @@
|
||||
<i class="fas fa-external-link-alt"></i>
|
||||
打开工具
|
||||
</a>
|
||||
<a href="https://github.com/justhtmls/justhtmls.github.io/tree/main/tools/regex-tester" target="_blank" class="btn btn-secondary">
|
||||
<a href="https://github.com/justhtmls/html-tools/tree/main/tools/regex-tester" target="_blank" class="btn btn-secondary">
|
||||
<i class="fab fa-github"></i>
|
||||
查看源码
|
||||
</a>
|
||||
|
||||
@@ -258,7 +258,7 @@
|
||||
<i class="fas fa-external-link-alt"></i>
|
||||
打开工具
|
||||
</a>
|
||||
<a href="https://github.com/justhtmls/justhtmls.github.io/tree/main/tools/url-encode" target="_blank" class="btn btn-secondary">
|
||||
<a href="https://github.com/justhtmls/html-tools/tree/main/tools/url-encode" target="_blank" class="btn btn-secondary">
|
||||
<i class="fab fa-github"></i>
|
||||
查看源码
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user