feat: 添加交易视图功能,集成 lightweight-charts 库,优化数据展示

This commit is contained in:
2025-12-18 02:48:34 +07:00
parent 8bf6c06889
commit 5cf5052a51
9 changed files with 212 additions and 33 deletions

View File

@@ -45,7 +45,6 @@ const schema = toTypedSchema(yup.object({
}));
function handleSubmit(values: GenericObject) {
debugger;
emit("submit", values.editions);
}
</script>