This commit is contained in:
digua
2025-11-26 13:57:24 +08:00
commit 49ecd8fc1d
31 changed files with 8670 additions and 0 deletions

43
README.md Normal file
View File

@@ -0,0 +1,43 @@
# ChatLens
聊天记录分析工具
## 技术栈
- **框架**: Electron + Vue 3 + TypeScript
- **构建工具**: electron-vite
- **UI 框架**: Nuxt UI + Tailwind CSS
- **状态管理**: Pinia
## 开发
```bash
# 安装依赖
pnpm install
# 启动开发环境
pnpm dev
# 构建应用
pnpm build
```
## 构建发布
```bash
# 构建 macOS 版本
pnpm build:mac
# 构建 Windows 版本
pnpm build:win
# 构建 Linux 版本
pnpm build:linux
# 构建所有平台
pnpm build:all
```
## License
MIT