chore(deps): 添加 diff 库依赖并清理 editor 静态资源
- 在 package.json 和 package-lock.json 中新增 diff 库版本 7.0.0 依赖 - 删除 public/editor 目录下的 favicon.svg、index.html 及相关静态资源文件 - 优化 vite.config.ts 移除不再使用的自定义静态资源中间件和 fs 导入 - 新增 husky 钩子配置,添加 commit-msg 检查和提交格式提示的 pre-commit 钩子 - 更新 .gemini/.rules.md,完善逻辑 Hook 内函数声明规范的文档说明 - 新增 scratch_test.js 脚本,用于读取 XML 文件并统计标签数量
Showing
.husky/commit-msg
0 → 100644
.husky/pre-commit
0 → 100644
| ... | ... | @@ -36,7 +36,8 @@ |
| "vue-i18n": "^11.2.8", | ||
| "vue-router": "^5.0.3", | ||
| "vuedraggable": "^4.1.0", | ||
| "xlsx": "^0.18.5" | ||
| "xlsx": "^0.18.5", | ||
| "diff": "^7.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@commitlint/cli": "^19.8.0", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File deleted
public/editor/favicon.svg
deleted
100644 → 0
public/editor/index.html
deleted
100644 → 0
readme.md
deleted
100644 → 0
scratch_test.js
0 → 100644
src/assets/file/WORK_CARD_20260318095803.xml
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/editor/index.vue
0 → 100644
src/views/xmlEditor.vue
deleted
100644 → 0
src/views/xmlEditor/index.vue
deleted
100644 → 0
src/workers/xmlParser.worker.ts
0 → 100644
Please
register
or
sign in
to comment