更新 NPC 相关逻辑,重构命令行工具,添加新的 CLI 入口,升级依赖版本

This commit is contained in:
xiongxiao
2026-03-16 21:45:37 +08:00
committed by cnb
parent fe89bdee5b
commit ae5565cda7
7 changed files with 48 additions and 15 deletions

2
bin/npc.js Normal file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bun
import '../dist/npc.js';