mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-22 17:13:05 +08:00
init
This commit is contained in:
43
README.md
Normal file
43
README.md
Normal 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
|
||||
Reference in New Issue
Block a user