UP 优化调用实现 简单颜色匹配优化 加入主题切换

This commit is contained in:
jixieshi
2025-09-08 23:34:24 +08:00
parent 0ab3543aa4
commit d2113117cc
4 changed files with 131 additions and 173 deletions
+2 -2
View File
@@ -127,10 +127,10 @@ private:
mutable std::mutex encoding_mutex_;
OutputEncoding output_encoding_;
// 新增:工作目录相关
// 工作目录相关
mutable std::mutex working_dir_mutex_;
std::string working_directory_;
bool use_auto_working_dir_;
};
#endif // CLIPROCESS_H
#endif // CLIPROCESS_H