初始提交:添加任务队列管理系统

This commit is contained in:
2025-12-09 14:31:02 +08:00
commit 39c6a65b87
12 changed files with 1452 additions and 0 deletions

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size = 4
[*.{md,yml,yaml,html}]
indent_style = space
indent_size = 2