基于 Vite + Tailwind CSS v4 构建的在线工具箱。
# 安装依赖
npm install
# 本地预览
npm run dev
# 生产构建
npm run build- index.html: 首页入口
- tools/: 工具的 HTML 源码
- src/: 共享样式和 JS 逻辑
- config.json: 全局配置(站点名称、页脚文案等)
- vite.config.mjs: 构建配置
- scripts/postbuild.js: 构建后处理脚本
修改根目录下的 config.json 即可同步更新所有页面:
{
"siteName": "Web Tools",
"footerText": "© 2024 Web Tools Collection",
"githubUrl": "https://github.com/OwenGedaric/web-tools"
}ISC License