待测试

This commit is contained in:
2026-07-28 07:58:26 +08:00
parent 1e9e25fe67
commit 6fbcf21024
22 changed files with 1294 additions and 264 deletions
+6 -1
View File
@@ -27,7 +27,12 @@ foreach ($required in @(
'baseline.value = submittedSnapshot',
'requestController.abort()',
'pageActive = false',
':disabled="feedbackState === ''submitting''"'
':disabled="feedbackState === ''submitting''"',
'value: "bug"',
'value: "advice"',
'value: "complaint"',
'value: "other"',
'@click="selectFeedbackType(type.value)"'
)) {
if (-not $page.Contains($required)) { throw "M07 contract is missing: $required" }
}