Commit Graph

19 Commits

Author SHA1 Message Date
fb0107fe90 feat: add team-code UI import and API integration 2026-02-28 21:48:06 +08:00
99eecd0eae chore: bump version to 1.0.6 2026-02-27 09:33:29 +08:00
2e61397758 fix(build): make yys-editor build output library entry files 2026-02-24 22:17:35 +08:00
ef0ed2f229 1.0.4 2026-02-20 22:48:07 +08:00
533f1f40bc 1.0.3 2026-02-20 22:00:47 +08:00
c72782f53a 1.0.2 2026-02-20 21:05:32 +08:00
d927378965 fix: externalize classnames to fix import issues 2026-02-20 21:04:26 +08:00
15bae3be81 feat: 完成组件化改造 - 支持作为可嵌入组件使用
- 创建 YysEditorEmbed.vue 嵌入式组件
- 实现 preview/edit 双模式
- 配置 Vite library mode 构建
- 生成 ES Module + UMD + CSS 构建产物
- 完善设计文档和使用文档
- 更新 plan.md 标记阶段 2 完成

构建产物:
- dist/yys-editor.es.js (155KB, gzip: 35KB)
- dist/yys-editor.umd.js (112KB, gzip: 31KB)
- dist/yys-editor.css (69KB, gzip: 33KB)

相关文档:
- docs/2design/ComponentArchitecture.md
- docs/3build/YysEditorEmbed.md
- docs/3build/EMBED_README.md
- docs/4test/BUILD_TEST_REPORT.md
2026-02-20 17:23:59 +08:00
92aa4094f5 test: 集成 Vitest 测试框架和开发规范
- 安装 vitest, @vue/test-utils, jsdom 等测试依赖
- 配置 vitest.config.js 测试环境
- 添加 schema.test.ts (7个数据结构验证测试)
- 添加 useStore.test.ts (7个状态管理测试)
- 创建测试指南文档 (docs/testing.md)
- 创建测试规范文档 (docs/testing-rules.md)
- 创建开发规范文档 (docs/development-rules.md)
- 创建开发工作流程文档 (docs/1management/workflow.md)
- 添加测试相关 npm scripts (test, test:watch, test:ui, test:coverage)
- 所有测试通过 (14/14)
2026-02-12 23:25:13 +08:00
b904b257e5 代码同步 2025-07-27 16:01:06 +08:00
2b740f5a75 调整依赖为Logic Flow 2025-07-11 17:04:45 +08:00
721acb9033 init commit 2025-05-14 13:43:44 +08:00
69a2cea366 队伍组件化修改 2025-03-31 14:28:18 +08:00
0d493c2c14 多文件编辑支持 2025-03-16 14:04:01 +08:00
a935369927 i18你,重构代码,细节优化 2025-03-04 23:46:42 +08:00
7f34930969 增加截图预览功能,并使用Composition API重写代码 2025-02-23 23:41:15 +08:00
e005e2d7fd 御魂选择器修改 2024-02-29 00:24:20 +08:00
cfde5f3862 完成式神选择功能,并支持拖拽 2024-02-20 16:22:57 +08:00
zhangqi
c62f88622d feat: init 2023-12-15 22:06:47 +08:00