empty
|
81e597ccdc
|
feat: 添加项目 Logo 和优化主页
- 添加 favicon.png, logo.png, hero-bg.png 静态资源
- 优化 index.html 配置
- 优化 HomePage.vue 样式
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-12 04:02:33 +08:00 |
|
empty
|
d669487717
|
refactor: 将 Tailwind CSS 从 CDN 迁移到本地安装
**变更内容**:
- 移除 index.html 中的 CDN 链接 (https://cdn.tailwindcss.com)
- 本地安装 Tailwind CSS、PostCSS 和 Autoprefixer
- 创建 tailwind.config.js 配置文件
- 创建 postcss.config.js 配置文件
- 创建 src/styles/tailwind.css 入口文件
- 在 main.js 中导入 Tailwind CSS
**优势**:
- ✅ 完全离线运行,不依赖外部网络资源
- ✅ 更快的加载速度(无需从 CDN 下载)
- ✅ 更稳定的构建过程
- ✅ 可自定义 Tailwind 配置
**依赖变化**:
- 新增 devDependencies: tailwindcss, postcss, autoprefixer
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-01-12 01:41:20 +08:00 |
|
empty
|
d1c9a4a5dd
|
chore: 集成设计系统和完善范式相关组件
## 主要改进
- index.html:引入设计系统样式文件
- package.json:添加 playwright 依赖用于测试
- ParadigmSelectorModal.vue:添加"新建范式"按钮
- 其他组件:更新以支持自定义范式功能
## 技术改进
- 统一设计 token 和组件样式
- 完善范式选择和创建流程
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-01-11 14:03:01 +08:00 |
|
empty
|
9fb3600a6a
|
feat: 初始化AI写作工坊项目
- 实现基于Vue 3 + Vite的模块化架构
- 集成DeepSeek API进行内容生成
- 支持写作范式分析功能
- 添加环境变量配置支持
- 完整的项目结构和文档
|
2026-01-08 10:04:59 +08:00 |
|