feat: add pre and post command

This commit is contained in:
duorameng
2026-05-08 20:18:00 +08:00
parent 2f88fa0718
commit a3871e75b7
17 changed files with 255 additions and 67 deletions
+2
View File
@@ -349,6 +349,8 @@ export interface Task {
name: string
remark: string
command: string
pre_command: string
post_command: string
tags: string
type: string
trigger_type: string