empty
|
923641c5c1
|
feat: 升级 Tailwind CSS 到 v4 版本
升级内容:
- 添加 @tailwindcss/vite 依赖 (^4.1.18)
- 更新 Tailwind 导入语法: @tailwind → @import "tailwindcss"
- 在 Vite 配置中添加 tailwindcss() 插件
- 更新 package-lock.json 锁定文件
变更影响:
- 优化 Tailwind CSS 构建性能
- 使用最新的 Tailwind v4 特性
- 简化 CSS 导入方式
|
2026-01-12 02:26:57 +08:00 |
|
empty
|
2d130e90b6
|
fix: 修复 Tailwind CSS v4 PostCSS 插件配置问题
**问题描述**:
- Tailwind CSS v4 将 PostCSS 插件移至独立包 @tailwindcss/postcss
- 直接使用 tailwindcss 作为 PostCSS 插件会导致错误
- 错误信息: "The PostCSS plugin has moved to a separate package"
**解决方案**:
- 安装 @tailwindcss/postcss 包
- 更新 postcss.config.js 使用新的插件路径
**变更内容**:
- 新增 devDependencies: @tailwindcss/postcss
- 修改 postcss.config.js: tailwindcss -> @tailwindcss/postcss
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-01-12 01:43:44 +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
|
f9f0785106
|
feat: 完善范式润色功能和相关组件
- 新增范式选择模态框 (ParadigmSelectorModal)
- 新增差异标注面板 (DiffAnnotationPanel)
- 新增精确差异处理工具 (preciseDiff.js)
- 更新各面板组件支持范式润色功能
- 更新范式配置文件 (paradigms.js)
- 更新依赖配置
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-10 03:02:21 +08:00 |
|
empty
|
e153e10d48
|
feat: 添加文稿版本管理、差异对比高亮和多项功能优化
- 修复AI重写输出过滤(过滤thinking/draft标签)
- 添加文稿保存与版本管理功能
- 新增插入差异功能(差异对比模式)
- 实现版本历史侧边抽屉(DocumentVersionPanel)
- 添加版本对比差异高亮显示
- 调整文稿编辑区高度适应屏幕
- 新增MarkdownEditor组件(暂未启用)
|
2026-01-09 02:44:13 +08:00 |
|
empty
|
1a1d7dabdf
|
feat: 添加文稿管理、素材库、设置页面及对照检查重写功能
- 新增 DocumentsPanel.vue 文稿管理页面
- 新增 MaterialsPanel.vue 素材库管理页面
- 新增 SettingsPanel.vue 设置页面
- 新增 DocumentSelectorModal.vue 文稿选择弹窗
- 新增 MaterialSelectorModal.vue 素材选择弹窗
- 集成 SQLite 数据库持久化 (sql.js)
- 对照检查页面支持从文稿库选取内容
- 对照检查页面新增一键重写及差异对比功能
- 修复对照检查页面布局问题
- MainContent 支持文稿编辑功能
|
2026-01-09 00:21:52 +08:00 |
|
empty
|
9fb3600a6a
|
feat: 初始化AI写作工坊项目
- 实现基于Vue 3 + Vite的模块化架构
- 集成DeepSeek API进行内容生成
- 支持写作范式分析功能
- 添加环境变量配置支持
- 完整的项目结构和文档
|
2026-01-08 10:04:59 +08:00 |
|