v1.0.2发布,支持视频分析结果查看

This commit is contained in:
BBIT-Kai
2025-06-04 09:36:43 +08:00
parent a3f51dee7d
commit 89adaf02b9
62 changed files with 5975 additions and 4584 deletions
@@ -5,8 +5,8 @@ interface Props {
}
withDefaults(defineProps<Props>(), {
height: '300px',
width: '100%',
height: '100%',
width: '98%',
});
</script>
@@ -36,7 +36,6 @@ function useEcharts(chartRef: Ref<EchartsUIType>) {
if (!isDark.value) {
return {};
}
return {
backgroundColor: 'transparent',
};