refactor: 替换项目中的"yudao"为"AIOTAGRO",并清理相关配置文件

This commit is contained in:
2025-10-04 18:38:56 +08:00
parent 2292615a3b
commit dbccc1078a
130 changed files with 4680 additions and 484 deletions

View File

@@ -1,13 +1,12 @@
# @vben/constants
用于多个 `app` 公用的常量,继承`@vben-core/shared/constants` 的所有能力。业务上有通用常量可以放在这里
用于多个 `app` 公用的常量,继承<EFBFBD><EFBFBD>?`@vben-core/shared/constants` 的所有能力。业务上有通用常量可以放在这里<EFBFBD><EFBFBD>?
## 用法
### 添加依赖
```bash
# 进入目标应用目录,例apps/xxxx-app
# 进入目标应用目录,例<EFBFBD><EFBFBD>?apps/xxxx-app
# cd apps/xxxx-app
pnpm add @vben/constants
```

View File

@@ -1,5 +1,5 @@
/**
* Created by 芋道源码
* Created by AIOTAGRO
*
* 枚举类
*/