feat: 添加 Repo 和 User 模块,增强 CNBCore 功能

This commit is contained in:
2025-12-15 17:08:39 +08:00
parent 5e43eb2db7
commit 52ccf115fb
9 changed files with 390 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "cnb",
"name": "@kevisual/cnb",
"version": "0.0.1",
"description": "",
"main": "index.js",
@@ -7,6 +7,11 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"files": [
"src",
"mod.ts",
"agents"
],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.24.0",
@@ -16,4 +21,4 @@
"@types/node": "^24.10.1",
"dotenv": "^17.2.3"
}
}
}