feat(web): support @response metadata (text/json/html) and return matching run content type

This commit is contained in:
2026-02-25 19:30:17 +08:00
parent f332159217
commit a3d2ff1cb8
8 changed files with 129 additions and 3 deletions

View File

@@ -476,6 +476,7 @@ fun initialScriptTemplate(name: String): String =
"""
// @desc: $name
// @timeout: 10s
// @response: text
// @param: sample | required=false | default=value | desc=example parameter
lateinit var args: Array<String>