update gas

This commit is contained in:
lb
2023-07-13 16:56:01 +08:00
parent eddf31332f
commit e531907301
6 changed files with 38 additions and 36 deletions

View File

@@ -1,6 +1,4 @@
import React from 'react';
import { useEffect, useState } from 'react';
import './global.less';
import './index.less';
import Head from '../components/Head';
@@ -9,15 +7,12 @@ import BottomBar from '../components/BottomBar';
import RightBar from '../components/RightBar';
import CenterTopData from '../components/CenterTopData';
import Slider from '../components/Slider';
import V3DBG from '../assets/V3DBG.png';
import V3D from './V3D';
import { SocketContextProvider } from '../store/socket-data-provider';
import V3DBG from '../assets/V3DBG.png';
// import V3D from './V3D';
export default function index() {
const [width, setWidth] = useState(window.innerWidth);
const [value, setValue] = useState(100);
const v = (value / 100).toFixed(2);