feat: 添加知识库和用户模块,更新核心功能并修复导入路径

This commit is contained in:
2025-12-15 18:11:30 +08:00
parent 6a579b3ae0
commit a050a8ec17
8 changed files with 95 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
import { CNBCore, CNBCoreOptions } from "../cnb-core";
import { CNBCore, CNBCoreOptions } from "../cnb-core.ts";
export class User extends CNBCore {
constructor(options: CNBCoreOptions<{}>) {