下线 将与和在您的应用程序中轻松启用离线功能! 安装 $ npm install --save next-offline $ yarn add next-offline 用法 有两个重要的设置,首先,我们需要next-offline来包装您的下一个配置。 如果还没有, next.config.js在项目中创建next.config.js 。 // next.config.js const withOffline = require ( 'next-offline' ) const nextConfig = { ... } module . exports = withOffline (