fix: update gitignore and footer component

This commit is contained in:
张翔
2026-03-05 16:43:44 +08:00
parent 060566fd73
commit 136fe7ac04
2 changed files with 9 additions and 54 deletions
+8 -53
View File
@@ -11,9 +11,10 @@ node_modules/
# Next.js
.next/
out/
.next/cache/
.next/static/
out/
.swc/
# Production
build/
@@ -48,18 +49,9 @@ MANIFEST
htmlcov/
.tox/
.hypothesis/
.pytest_cache/
.coverage.*
*.cover
.pytest_cache/
.pytest_cache/
*.pytest_cache/
htmlcov/
.coverage
coverage.xml
*.cover
.hypothesis/
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
@@ -80,26 +72,21 @@ virtualenvs/
test-results/
playwright-report/
playwright/.cache/
playwright-report/
test-results/
*.traces/
playwright-traces/
# Allure Reports
allure-results/
allure-report/
# Testing
coverage/
.nyc_output/
test-results/
playwright-report/
test-results/
*.lcov
coverage/
.nyc_output/
test-results/
playwright-report/
# TypeScript
*.tsbuildinfo
next-env.d.ts
*.tsbuildinfo
*.d.ts.map
# Environment variables
@@ -110,7 +97,6 @@ next-env.d.ts
.env.production.local
.env.*.local
*.env
*.env.*
# Vercel
.vercel/
@@ -123,11 +109,6 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# IDE
.idea/
@@ -138,15 +119,9 @@ lerna-debug.log*
*.sublime-workspace
*.sublime-project
*.iml
.idea/
.vscode/
*.swp
*.swo
*~
.project
.classpath
.settings/
.vscode/
*.code-workspace
# OS
@@ -196,13 +171,6 @@ dist-ssr/
# Trae
.trae/
# Next.js specific
.next/
out/
.swc/
.vercel/
.turbo/
# Tailwind CSS
*.css.map
@@ -224,19 +192,17 @@ out/
*.swp
*~
.npm
.eslintcache
# Test files
test-email.js
test-screenshot.png
hero-check.png
playwright-test-not-portal.js
test-results/
playwright-report/
# CI/CD
.gitlab-ci-local/
.github/workflows/*.local.yml
.woodpecker/
# Documentation
docs/plans/*.md.bak
@@ -260,17 +226,6 @@ docs/plans/*.md.bak
yarn.lock
pnpm-lock.yaml
# Misc
*.pid
*.seed
*.pid.lock
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
.pnpm-debug.log*
# Sentry
.sentryclirc
*.sentryclirc
+1 -1
View File
@@ -30,7 +30,7 @@ export function Footer() {
alt="微信公众号二维码"
width={120}
height={120}
className="w-[120px] h-[120px]"
className="w-30 h-30"
loading="lazy"
/>
</div>