Commit Graph

2 Commits

Author SHA1 Message Date
ba24ed57b1 chore(desktop): add build configuration and output files
- Add electron-vite configuration for main and preload processes
- Add .gitignore to exclude node_modules
- Add compiled output files for main and preload processes
- Add TypeScript configuration for project setup
- Add package-lock.json for dependency management
- Initialize build artifacts for desktop application distribution
2026-02-25 14:59:18 +08:00
9c9997ae64 feat: 初始化 Timeline 桌面客户端基础框架
添加 Electron 应用基础结构,包括:
- package.json 配置文件
- 主进程和预加载脚本
- README 文档
- 自动更新功能
- 系统托盘和菜单
- IPC 通信机制
2026-02-24 10:41:39 +08:00