From 76a255285218bd9db21916a9b35d8c66f16e711c Mon Sep 17 00:00:00 2001 From: Snowz <372492339@qq.com> Date: Fri, 29 Aug 2025 12:51:34 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0README=E5=92=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0.gitignore=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复README中的格式问题 - 添加标准的.gitignore文件以排除常见不需要跟踪的文件 --- .gitignore | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..64f65e9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,71 @@ +# Dependencies +node_modules/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Production builds +dist/ +build/ + +# Environment variables +.env +.env.local +.env.development.local +.env.test.local +.env.production.local + +# IDE and editor files +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Coverage directory used by tools like istanbul +coverage/ + +# Temporary folders +tmp/ +temp/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity \ No newline at end of file diff --git a/README.md b/README.md index fbe00fb..7e1b54a 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ docker run -d -p 80:80 password-generator - [x] 集成算法安全性评级系统 - [x] 修复算法说明组件中安全建议显示问题 - [x] 添加密码强度详细分析 - - [x] 移除旧的简单密码强度指示器,避免功能重复 + - [x] 移除旧的简单密码强度指示器,避免功能重复 - [x] 支持多语言 - [x] 修复多语言使用说明显示问题(彻底解决数组渲染问题)✅ - [ ] 开发浏览器扩展