rookie4show 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
2025-07-11 17:04:05 +08:00
2025-12-26 22:33:30 +08:00
2025-12-26 22:33:30 +08:00
2023-12-15 22:06:47 +08:00
2025-12-26 22:33:30 +08:00
2025-03-31 14:57:21 +08:00
2023-12-15 22:06:47 +08:00
2025-03-09 22:20:18 +08:00
2023-12-15 22:06:47 +08:00

阴阳师攻略编辑器

基于Vue3+ElementPlus实现的阴阳师攻略编辑器,旨在减少各大攻略博主和玩家的工作量。

用户可以通过点击简单的操作,快速编辑阴阳师的攻略。

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint
Description
阴阳师攻略编辑器
Readme 19 MiB
Languages
Vue 60.9%
TypeScript 32.4%
JavaScript 3.7%
HTML 2.4%
CSS 0.6%