常用工具/方法
CSS 相关
软件推荐与配置
外观
静态类型链接的实验性支持。此功能需要在项目中同时使用 App Router 和 TypeScript。
/** @type {import('next').NextConfig} */ const nextConfig = { experimental: { typedRoutes: true, }, } module.exports = nextConfig
🎉有任何问题,欢迎联系我