修改MoonTV为MoonTVPlus

This commit is contained in:
mtvpls
2025-12-14 23:25:43 +08:00
parent 00b7e9ce51
commit f565975fb4
5 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ export async function GET(request: NextRequest) {
// 如果使用 localStorage返回默认配置
if (storageType === 'localstorage') {
return NextResponse.json({
SiteName: process.env.NEXT_PUBLIC_SITE_NAME || 'MoonTV',
SiteName: process.env.NEXT_PUBLIC_SITE_NAME || 'MoonTVPlus',
StorageType: 'localstorage',
Version: CURRENT_VERSION,
WatchRoom: watchRoomConfig,