- 拆分 FileSystem.vue 为模块化组件架构 - 新增 Markdown Mermaid 图表渲染支持 - 新增 180+ 编程语言代码高亮 - 修复编辑/预览模式切换渲染问题 - 优化亮色/暗色模式主题适配 - 新增 TypeScript 类型定义
39 lines
333 B
Plaintext
39 lines
333 B
Plaintext
# Wails 自动生成的绑定代码
|
|
frontend/
|
|
web/src/wailsjs/
|
|
|
|
# 构建产物
|
|
build/bin/
|
|
web/dist/
|
|
|
|
# 依赖目录
|
|
web/node_modules/
|
|
web/bun.lock
|
|
|
|
# Go 相关
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
go.work
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
.claude/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# 系统文件
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# 日志文件
|
|
*.log
|
|
|
|
# 其他
|
|
docs/ |