chore: 更新版本号至0.1.4并更新前端框架集成文档

- 将主项目及所有子模块的package.json版本号从0.1.4-rc-2更新为正式版0.1.4
- 重写前端配置指南,为Vue3、Vue2和React提供清晰的模块化集成示例
- 移除旧的Vue单文件组件封装示例,推荐使用npm包直接导入的方式
This commit is contained in:
anghunk
2026-02-12 10:11:08 +08:00
parent 0624101e92
commit 00ac1ce394
5 changed files with 74 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cwd-admin",
"version": "0.1.4-rc-2",
"version": "0.1.4",
"type": "module",
"scripts": {
"dev": "vite",