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