mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
chore: pnpm lint
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import subsConfig from '../src/config';
|
||||
import { writeConfig } from '../src/file';
|
||||
|
||||
await writeConfig(process.cwd() + `/dist/gkd.json`, subsConfig);
|
||||
await writeConfig(process.cwd() + '/dist/gkd.json', subsConfig);
|
||||
|
||||
@@ -4,4 +4,4 @@ import picocolors from 'picocolors';
|
||||
|
||||
checkConfig(subsConfig);
|
||||
|
||||
console.log(picocolors.green(`校验成功, 合法订阅`));
|
||||
console.log(picocolors.green('校验成功, 合法订阅'));
|
||||
|
||||
Reference in New Issue
Block a user