File tree Expand file tree Collapse file tree 4 files changed +529
-343
lines changed
Expand file tree Collapse file tree 4 files changed +529
-343
lines changed Original file line number Diff line number Diff line change 1- # 输入配置
1+ # Input configuration
22input :
33 supported_sources :
44 - local
55 - github
66 - gitlab
77 default_source : local
88
9- # 路径配置
9+ # Path configuration
1010paths :
1111 input :
12- base_dir : . # 默认使用当前目录
13- github : " " # 默认GitHub仓库
14- gitlab : " " # 默认GitLab仓库
12+ base_dir : . # Use the current directory by default
13+ github : " " # Default GitHub repository
14+ gitlab : " " # Default GitLab repository
1515 output :
16- base_dir : output # 输出基础目录
17- reports : reports # 报告目录
18- trees : trees # 目录树文件
19- temp : temp # 临时文件
16+ base_dir : output # Output base directory
17+ reports : reports # Report directory
18+ trees : trees # Directory tree file
19+ temp : temp # Temporary file
2020
21- # 树形结构配置
21+ # Tree structure configuration
2222tree :
23- max_depth : 4 # 目录树最大深度
23+ max_depth : 4 # Maximum depth of directory tree
2424
25- # 文件配置
25+ # File configuration
2626file :
2727 max_size : 10485760 # 10MB
28- encoding : utf-8 # 文件编码
28+ encoding : utf-8 # File encoding
2929
30- # 输出配置
30+ # Output configuration
3131output :
3232 formats :
3333 - md
@@ -40,6 +40,6 @@ output:
4040 txt : analysis_report.txt
4141 tree : directory_tree.txt
4242
43- # 内容配置
43+ # Content configuration
4444content :
45- preview_length : 1000 # 内容预览长度(字符数)
45+ preview_length : 1000 # Content preview length (number of characters)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments