Private
Public Access
1
0
Files
u-desk/docs/03-模块文档/文件内容/README.md

37 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 文件内容模块文档
文件内容显示和状态管理相关文档。
## 📖 文档列表
- [file-content-state-fix.md](./file-content-state-fix.md) - 文件内容区状态管理改进
- [file-content-fix-bugfixes.md](./file-content-fix-bugfixes.md) - 文件内容相关错误修复
## 🎯 功能说明
### 状态管理优化
支持跨目录编辑文件的工作流:
- 切换目录浏览时,保留对原文件的关联
- 方便跨目录复制内容
- 提升编辑效率
### 修复内容
- 文件选择状态处理
- 文件路径引用管理
- UI 状态同步优化
- Office 文件预览Excel/Word
## 📅 最近更新
### 2026-02-16
- **Excel/Word 预览修复**:改用 Wails IPC 机制读取二进制文件,解决 "Failed to fetch" 错误
### 2026-01-28
- **状态管理优化**:修复文件名不显示、切换目录闪烁等问题
- **二进制文件检测**:智能检测并显示友好提示
## 💡 相关文档
- [../文件系统/](../文件系统/) - 文件系统核心模块
- [../启动优化/](../启动优化/) - 启动流程优化