ADD 增加自定义编码读取文件节点

This commit is contained in:
2025-03-20 16:40:35 +08:00
parent cc0b3da745
commit a6a30ca42b
3 changed files with 116 additions and 1 deletions

5
user/text_file_dirs.json Normal file
View File

@@ -0,0 +1,5 @@
{
"input": "$input/**/*.txt",
"output": "$output/**/*.txt",
"temp": "$temp/**/*.txt"
}