Commit Graph

  • 8ea33b7ddb Use real curl example main chao5 2026-01-24 19:35:08 +08:00
  • 38046228c9 chore: auto-update sitemap.xml GitHub Action 2026-01-24 11:00:34 +00:00
  • 2a03a01bc7 Add curl converter tool chao5 2026-01-24 19:00:16 +08:00
  • 298d651b17 fix: 修复精选徽章和收藏按钮重叠问题 - 将精选徽章移到左上角,收藏按钮保持在右上角 chao5 2026-01-18 22:29:03 +08:00
  • 32a15cfdbe chore: auto-update sitemap.xml GitHub Action 2026-01-17 06:09:29 +00:00
  • 12d6aa5e09 feat: 添加两个新工具 - 二维码解码器: 上传二维码图片并解析内容,支持拖拽上传 - IP地址信息查询: 查询IP地址的详细信息(地理位置/ISP/时区等) chao5 2026-01-17 14:09:16 +08:00
  • ca7fee33ac feat: 参考 it-tools 优化用户体验 - 添加主题切换(暗色/亮色模式) - 添加快捷键支持(Ctrl+K搜索, Esc关闭) - 添加工具收藏功能 - URL状态同步(搜索/分类状态保存到URL) - 键盘导航优化(方向键/Enter选择工具) chao5 2026-01-17 12:48:37 +08:00
  • 10c2fc377c chore: auto-update sitemap.xml GitHub Action 2026-01-08 15:51:24 +00:00
  • bf63b8bf64 Merge pull request #12 from SouSuoKe/main chao5go 2026-01-08 23:51:14 +08:00
  • 4d18d4236e fix: 1.修复路径错误; 2.取消加载远程资源,修复因onerror的错误写法导致内网使用时无法切换加载本地静态资源的问题 搜索客 2026-01-05 16:20:01 +08:00
  • d3b05f9c8a fix: 修复timeHex.substring(12, 15)为空,导致UUIDv1缺少4位的问题 搜索客 2026-01-05 10:24:50 +08:00
  • 7770ece1a9 Fix 修复丢失的换行符 搜索客 2026-01-04 14:53:28 +08:00
  • 76bf0be7d5 修复换行符丢失的错误 搜索客 2026-01-04 14:28:38 +08:00
  • 795b2c103a chore: auto-update sitemap.xml GitHub Action 2026-01-02 15:18:19 +00:00
  • 40fc5f7d46 Add markdown to WeChat formatter tool chao5 2026-01-02 23:17:54 +08:00
  • c7ee96b9ad Add tool doc/home links and fix app routing chao5 2026-01-01 22:03:12 +08:00
  • 3209f879ad Merge pull request #11 from ing0928/main chao5go 2026-01-01 11:55:32 +08:00
  • c63187eca3 fix(图片压缩工具): 修复错误时机调用revokeObjectURL导致下载失败 ing 2026-01-01 11:34:46 +08:00
  • 37a5718b01 Merge branch 'dev-image-compressor' ing 2026-01-01 11:03:16 +08:00
  • 0aa1b1764d Remove PWA support chao5 2026-01-01 10:58:50 +08:00
  • 2ce9bb8e5d fix: 修复 generateGitignore 函数中的换行符语法错误 chao5 2026-01-01 10:34:07 +08:00
  • 4bfb76866f chore: auto-update sitemap.xml GitHub Action 2026-01-01 02:27:34 +00:00
  • fc4bc26161 fix: 修复 Gitignore 生成器 JavaScript 语法错误 chao5 2026-01-01 10:27:23 +08:00
  • c1f88bde3a feat(图片压缩工具): 添加PNG压缩支持并优化压缩流程 ing 2026-01-01 09:43:14 +08:00
  • 41efa4d7c5 chore: auto-update sitemap.xml GitHub Action 2025-12-31 15:20:00 +00:00
  • 95c85f9026 feat: 添加5个有趣好玩的HTML工具 chao5 2025-12-31 23:19:45 +08:00
  • 9b491f6165 chore: auto-update sitemap.xml GitHub Action 2025-12-30 15:00:06 +00:00
  • 903b33478f Merge branch 'main' of github.com:justhtmls/html-tools chao5 2025-12-30 22:59:52 +08:00
  • c0633951f5 feat: 添加工资计算器和房贷计算器工具 chao5 2025-12-30 22:58:23 +08:00
  • 40b828d654 chore: auto-update sitemap.xml GitHub Action 2025-12-26 15:47:01 +00:00
  • 7b24b80347 Add sample data buttons for new tools chao5 2025-12-26 23:46:43 +08:00
  • 0ab5f3240a Add 10 tools and update README list chao5 2025-12-25 23:45:46 +08:00
  • c09f49b1f5 feat: 添加图片与Base64双向转换功能 chao5 2025-12-25 22:51:50 +08:00
  • 202c106f86 chore: auto-update sitemap.xml GitHub Action 2025-12-25 03:06:46 +00:00
  • 02dd13fd0d refactor: 将 CONTRIBUTING.html 改为 CONTRIBUTING.md 以便 GitHub 正确渲染 chao5 2025-12-25 11:06:27 +08:00
  • af4c0e2f2a fix: 修复随机数生成器和随机抽取器的输出问题 chao5 2025-12-25 10:52:54 +08:00
  • 58803bf2c7 chore: auto-update sitemap.xml GitHub Action 2025-12-25 02:22:35 +00:00
  • 35df00d218 Merge pull request #3 from SouSuoKe/main chao5go 2025-12-25 10:22:26 +08:00
  • c28aac8ca2 fix: 修复 Unicode 转义函数中的转义字符格式 搜索客 2025-12-25 10:00:44 +08:00
  • 08271f9c2e fix: 修复 ULID 输出换行符报错 搜索客 2025-12-25 08:55:28 +08:00
  • 26feecfe52 fix: refresh cache strategy chao5 2025-12-24 09:47:30 +08:00
  • 2adcdd91d7 chore: auto-update sitemap.xml GitHub Action 2025-12-24 01:41:19 +00:00
  • 89d59986f8 feat: add 5 image tools chao5 2025-12-24 09:27:26 +08:00
  • b838c9f8f0 Add tools set and rankings page chao5 2025-12-23 17:03:09 +08:00
  • 4cde53386d Use markdown format for demo GIF chao5 2025-12-23 16:14:08 +08:00
  • e3913b6fcf Add demo GIF and screenshot to README chao5 2025-12-23 16:08:17 +08:00
  • 174a43ecc8 feat: add pwa and cdn fallback chao5 2025-12-23 15:22:04 +08:00
  • 599d20c65d feat: add 15 tools and filter check chao5 2025-12-23 14:12:36 +08:00
  • 3986b2373b Fix GitHub Actions workflow permissions chao5 2025-12-23 13:03:30 +08:00
  • edbeee9eaa Add SEO optimizations and sitemap automation chao5 2025-12-23 13:01:33 +08:00
  • 817b4e1390 Remove WeChat group section from README chao5 2025-12-23 12:49:29 +08:00
  • e5fd499ced Add SEO meta tags for better social sharing and search optimization chao5 2025-12-23 12:00:31 +08:00
  • 7b271e3069 Add click tracking and stats chao5 2025-12-23 11:43:29 +08:00
  • 008ded08cf Add new tools and improve homepage sorting chao5 2025-12-23 10:52:20 +08:00
  • e5cfe80c37 Fix README badge and repo links chao5 2025-12-23 10:06:45 +08:00
  • b72faf4c29 Add unified feedback issue template and homepage entry chao5 2025-12-23 10:01:51 +08:00
  • da37e53ea0 Fix cron next execution time calculation chao5 2025-12-23 09:36:59 +08:00
  • 557f819d63 Fix reference.md link to reference.html chao5 2025-12-23 03:45:03 +08:00
  • e61ec6e22f Replace data URL favicon with actual SVG file chao5 2025-12-23 03:42:41 +08:00
  • 8d83f57c46 Add favicon to all HTML pages chao5 2025-12-23 03:40:44 +08:00
  • 95e3b15f12 Remove reference.md (use reference.html instead) chao5 2025-12-23 03:39:18 +08:00
  • ab2e899514 Add reference.html - HTML version of reference documentation chao5 2025-12-23 03:33:45 +08:00
  • 106721c2bf Update reference.md - remove Simon Willison references and format with HTML chao5 2025-12-23 03:30:55 +08:00
  • d000af59f9 Update domain from justhtmls.com to htmls.dev chao5 2025-12-23 03:29:04 +08:00
  • 9e5a58080e Add WeChat group QR code to readme chao5 2025-12-23 03:25:48 +08:00
  • be8c817803 Add 9 more tools to reach 25 total tools chao5 2025-12-23 03:11:29 +08:00
  • 3bb9b85fad Add JSON Formatter tool chao5 2025-12-23 02:35:38 +08:00
  • 91323b0c99 Add 9 new tools across multiple categories chao5 2025-12-23 02:15:35 +08:00
  • db7e9a941b Fix GitHub repository links chao5 2025-12-23 01:43:59 +08:00
  • 6dbc4efbfd Add tool request feature chao5 2025-12-23 01:42:20 +08:00
  • 9ac80c548f Remove GitHub Pages workflows (using Vercel now) chao5 2025-12-23 01:32:45 +08:00
  • cce0767895 Update repository and domain references chao5 2025-12-23 01:31:52 +08:00
  • 2fb3647b34 Add password generator tool chao5 2025-12-23 01:26:40 +08:00
  • 4a9afda5f5 Fix: remove remaining Simon Willison reference chao5 2025-12-23 01:07:28 +08:00
  • bed9b77723 Remove Simon Willison references chao5 2025-12-23 01:07:15 +08:00
  • 1eb920078f Fix: correct tool submission link chao5 2025-12-23 00:52:11 +08:00
  • 765ea8ab5f Add 5 new tools chao5 2025-12-23 00:50:11 +08:00
  • 6d4edc8641 Initial commit: JustHTMLs platform chao5 2025-12-22 23:58:57 +08:00