feat: adapt new trace protocol and implement new trace view (#499)

This commit is contained in:
Fine0830
2025-09-28 19:01:23 +08:00
committed by GitHub
parent 730515e304
commit dd90ab5ea7
52 changed files with 2889 additions and 937 deletions

View File

@@ -310,6 +310,9 @@ limitations under the License. -->
break;
}
dates.value = [start, end];
if (!props.showButtons) {
ok(true);
}
};
const submit = () => {
inputDates.value = dates.value;