基本样式优化 & 数据表组件使用 tanstack-table 库实现

This commit is contained in:
2025-10-20 16:20:21 +08:00
parent 3c38945750
commit 8c05d0b332
9 changed files with 142 additions and 79 deletions

44
.gitignore vendored
View File

@@ -1,7 +1,39 @@
node_modules
src/generated/
.next
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
.env
deploy.sh
.volumes
.vscode
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# dev
.volumes/