lavoce #16

Merged
bragaz_rexita merged 2 commits from lavoce into main 2025-11-10 06:33:36 +00:00
6 changed files with 5952 additions and 3 deletions
Showing only changes of commit d2f9d6aacc - Show all commits

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 177 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 177 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 177 KiB

View File

@@ -3,7 +3,7 @@ import { Card, Typography, Flex } from 'antd';
import { setValSvg } from '../../components/Global/MqttConnection';
import SvgTemplate from './SvgTemplate';
import SvgViewer from './SvgViewer';
import filePathSvg from '../../assets/svg/test-new.svg';
import filePathSvg from '../../assets/svg/compressorA_rev.svg';
const { Text } = Typography;

View File

@@ -3,7 +3,7 @@ import { Card, Typography, Flex } from 'antd';
import { setValSvg } from '../../components/Global/MqttConnection';
import SvgTemplate from './SvgTemplate';
import SvgViewer from './SvgViewer';
import filePathSvg from '../../assets/svg/test-new.svg';
import filePathSvg from '../../assets/svg/compressorB_rev.svg';
const { Text } = Typography;

View File

@@ -3,7 +3,7 @@ import { Card, Typography, Flex } from 'antd';
import { setValSvg } from '../../components/Global/MqttConnection';
import SvgTemplate from './SvgTemplate';
import SvgViewer from './SvgViewer';
import filePathSvg from '../../assets/svg/test-new.svg';
import filePathSvg from '../../assets/svg/compressorC_rev.svg';
const { Text } = Typography;