feat: 整体重构

This commit is contained in:
Next
2026-03-15 19:21:04 +08:00
parent 7c78fc9e57
commit cc86f690b4
56 changed files with 2631 additions and 1973 deletions

4
bin/cccdev.ts Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bun
import { run } from '../src/cli';
run();