Skip to content

Commit 9eed1e5

Browse files
Adjustments clark874's changes to English, add docstrings, and fixes
1 parent b8439e3 commit 9eed1e5

File tree

4 files changed

+529
-343
lines changed

4 files changed

+529
-343
lines changed

config.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
# 输入配置
1+
# Input configuration
22
input:
33
supported_sources:
44
- local
55
- github
66
- gitlab
77
default_source: local
88

9-
# 路径配置
9+
# Path configuration
1010
paths:
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
2222
tree:
23-
max_depth: 4 # 目录树最大深度
23+
max_depth: 4 # Maximum depth of directory tree
2424

25-
# 文件配置
25+
# File configuration
2626
file:
2727
max_size: 10485760 # 10MB
28-
encoding: utf-8 # 文件编码
28+
encoding: utf-8 # File encoding
2929

30-
# 输出配置
30+
# Output configuration
3131
output:
3232
formats:
3333
- md
@@ -40,6 +40,6 @@ output:
4040
txt: analysis_report.txt
4141
tree: directory_tree.txt
4242

43-
# 内容配置
43+
# Content configuration
4444
content:
45-
preview_length: 1000 # 内容预览长度(字符数)
45+
preview_length: 1000 # Content preview length (number of characters)

config_manager.py

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)