3ffc2086e3f896b6acdaf47f2483fe2879747daa
🐛 HomeTestimonials: - 移除 blur 滤镜,卡片不再模糊 - 添加触摸支持(touchstart/touchmove/touchend) - 降低拖拽阈值(100px → 50px),更灵敏 - 加快切换动画(0.8s → 0.5s) - 添加 select-none 防止拖拽选中文本 - 鼠标样式:grab / grabbing 🐛 HomeProcess: - 卡片宽度缩小(280/320px → 240/280px) - 编号圆圈缩小(20/24 → 16/20) - 图标容器缩小 - 内边距缩小(p-6/8 → p-5/6) - 防止最后一张卡片被遮挡 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Nuxt Minimal Starter
Look at the Nuxt documentation to learn more.
Setup
Make sure to install dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Development Server
Start the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run dev
Production
Build the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run preview
Check out the deployment documentation for more information.
Description
Languages
Vue
94.7%
TypeScript
3.9%
Shell
0.5%
Dockerfile
0.5%
CSS
0.3%
Other
0.1%