mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 06:32:21 +08:00
8 lines
208 B
TypeScript
8 lines
208 B
TypeScript
import subsConfig from '../src/config';
|
|
import { checkConfig } from '../src/file';
|
|
import picocolors from 'picocolors';
|
|
|
|
checkConfig(subsConfig);
|
|
|
|
console.log(picocolors.green(`校验成功, 合法订阅`));
|