加入前端可配置编辑器

This commit is contained in:
marvzhang
2019-11-27 12:18:51 +08:00
parent 88118cf894
commit 2e569c44c4
6 changed files with 406 additions and 147 deletions

View File

@@ -6,6 +6,7 @@ type Field struct {
Xpath string `yaml:"xpath" json:"xpath"`
Attr string `yaml:"attr" json:"attr"`
NextStage string `yaml:"next_stage" json:"next_stage"`
Remark string `yaml:"remark" json:"remark"`
}
type Stage struct {