修改MoonTV为MoonTVPlus
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user