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