feat: update package.json dependencies and enhance FileProjectData type documentation

This commit is contained in:
xiongxiao
2026-03-13 20:05:36 +08:00
committed by cnb
parent 642b08a00b
commit 6e31e24887
2 changed files with 5 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ export type FileProjectData = {
* 文件对应相关信息
*
* 具体文件路径
* /workspace/projects/project-search/src/index.ts
*/
filepath: string;
content?: string;
@@ -27,6 +28,7 @@ export type FileProjectData = {
size: number;
/**
* 项目路径,文件所在的项目路径,方便搜索结果展示和过滤
* /workspace/projects/project-search
*/
projectPath: string;
repo: string;