This commit is contained in:
2025-06-20 17:13:51 +08:00
parent 1b55403cd6
commit fd0345a034
472 changed files with 52560 additions and 77 deletions

9
modules/task/README.md Normal file
View File

@@ -0,0 +1,9 @@
# task
任务管理模块,提供基于`coolfun`c 的任务管理功能
## 资源打包命令
```bash
gf pack modules/task/resource modules/task/packed/packed.go -p modules/task/resource
```