Revert(#53): no dedicate stream_biliintl

This commit is contained in:
SukkaW
2025-01-18 01:29:25 +08:00
parent af034b1abb
commit c150b3ed84
2 changed files with 4 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
import type { Span } from './trace';
import { task } from './trace';
import { ALL, NORTH_AMERICA, EU, HK, TW, JP, KR, BILI_INTL } from '../Source/stream';
import { ALL, NORTH_AMERICA, EU, HK, TW, JP, KR } from '../Source/stream';
import { SHARED_DESCRIPTION } from './constants/description';
import { RulesetOutput } from './lib/create-file';
@@ -42,7 +42,6 @@ export const buildStreamService = task(require.main === module, __filename)(asyn
createRulesetForStreamService(span, 'stream_tw', 'Taiwan', TW),
createRulesetForStreamService(span, 'stream_jp', 'Japan', JP),
// createRulesetForStreamService('stream_au', 'Oceania', AU),
createRulesetForStreamService(span, 'stream_kr', 'Korean', KR),
createRulesetForStreamService(span, 'stream_kr', 'Korean', KR)
// createRulesetForStreamService('stream_south_east_asia', 'South East Asia', SOUTH_EAST_ASIA)
createRulesetForStreamService(span, 'stream_biliintl', 'Bilibili International', BILI_INTL)
]));