feat: update package.json dependencies and enhance FileProjectData type documentation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user