feat: 初始化AI写作工坊项目

- 实现基于Vue 3 + Vite的模块化架构
- 集成DeepSeek API进行内容生成
- 支持写作范式分析功能
- 添加环境变量配置支持
- 完整的项目结构和文档
This commit is contained in:
empty
2026-01-08 10:04:59 +08:00
commit 9fb3600a6a
17 changed files with 3391 additions and 0 deletions

7
.env.example Normal file
View File

@@ -0,0 +1,7 @@
# DeepSeek API 配置
VITE_API_URL=https://api.deepseek.com/chat/completions
VITE_API_KEY=your_deepseek_api_key_here
# 其他中继平台配置示例
# VITE_API_URL=https://your-kong-gateway.com/v1/chat/completions
# VITE_API_KEY=your_bearer_token_here