django-vue3-admin-web/node_modules/@great-dream/dvadmin3-celery-web/README.md
2025-10-20 21:21:14 +08:00

44 lines
583 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 适用于django-vue3-admin的定时任务插件前端
## 特性:
1.支持前端添加定时任务
2.前端开启/停用定时任务
3.前端查看任务运行日志,结果,状态等信息
4.前端手动执行任务
## 注意dvadmin3-celery-web支持后端dvadmin3-celery版本为3.1.0之后版本
## 使用:
选一即可使用你喜欢的npm包管理器
```js
npm install dvadmin3-celery-web
yarn add dvadmin3-celery-web
pnpm add dvadmin3-celery-web
```
[01](./images/01.png)
[02](./images/02.png)
[03](./images/03.png)
[04](./images/04.png)