diff --git a/scripts/generate-manifest.js b/scripts/generate-manifest.js index 14b0f02..7484f6b 100644 --- a/scripts/generate-manifest.js +++ b/scripts/generate-manifest.js @@ -11,7 +11,7 @@ const publicDir = path.join(projectRoot, 'public'); const manifestPath = path.join(publicDir, 'manifest.json'); // 从环境变量获取站点名称 -const siteName = process.env.NEXT_PUBLIC_SITE_NAME || 'MoonTV'; +const siteName = process.env.NEXT_PUBLIC_SITE_NAME || 'MoonTVPlus'; // manifest.json 模板 const manifestTemplate = {