feat: 添加自定义终端字体描边和阴影设置项

This commit is contained in:
Baobhan Sith
2025-05-27 19:15:52 +08:00
parent 03fd91a7c0
commit c7fd6c3df7
13 changed files with 501 additions and 17 deletions
@@ -45,7 +45,6 @@ const formatTaskTitle = (task: TransferTask): string => {
return `${sourceServerName} (${fileName} -> ${targetPath})`;
};
// --- 新增:文件传输相关 ---
// 数据结构参考
interface TransferSubTask {