#
luxiaotao1123
2024-10-14 2087b122b0f17f2616ed144d447f914e34c62680
#
4个文件已修改
8 ■■■■■ 已修改文件
zy-acs-flow/src/i18n/en.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/i18n/zh.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/map/MapPage.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/map/Notification.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/i18n/en.js
@@ -622,6 +622,7 @@
            }
        },
        map: {
            welcome: 'Welcome To Rcs',
            devices: {
                title: 'Icons',
                shelf: 'SHELF',
zy-acs-flow/src/i18n/zh.js
@@ -620,6 +620,7 @@
            }
        },
        map: {
            welcome: '欢迎使用RCS',
            devices: {
                title: '图标库',
                shelf: '货架',
zy-acs-flow/src/map/MapPage.jsx
@@ -86,7 +86,7 @@
            setTimeout(() => {
                player.adaptScreen();
                notify.info('Welcome to Rcs');
                notify.info(translate('page.map.welcome'));
            }, 200)
            // websocket.connect();
zy-acs-flow/src/map/Notification.jsx
@@ -37,7 +37,7 @@
            <Portal>
                <Snackbar
                    open={notification.open}
                    autoHideDuration={4000}
                    autoHideDuration={3000}
                    onClose={handleClose}
                    TransitionComponent={SlideTransition}
                    anchorOrigin={{ vertical: 'bottom', horizontal: 'center' }}
@@ -49,7 +49,7 @@
                        onClose={handleClose}
                        severity={notification.severity}
                        sx={{ width: '300px', zIndex: 2000 }}
                        variant="filled" // Optional: Use filled variant for better visibility
                        variant="outlined" // Optional: Use filled variant for better visibility
                    >
                        {notification.message}
                    </Alert>