This commit is contained in:
dap
2025-01-01 12:57:20 +08:00
251 changed files with 619 additions and 959 deletions

View File

@@ -1,4 +1,6 @@
import ora, { type Ora } from 'ora';
import type { Ora } from 'ora';
import ora from 'ora';
interface SpinnerOptions {
failedText?: string;