diff --git a/src/actions/index.js b/src/actions/index.js index 06fdb4e..a7e3ef6 100644 --- a/src/actions/index.js +++ b/src/actions/index.js @@ -1,5 +1,5 @@ import {actionTypes} from "../constant/ActionTypes"; -import {handleStyle} from "../utils/GAHelper"; +import {handleStyle} from "../utils/gaHelper"; export const genQRInfo = text => ({ type: actionTypes.GENERATE_QR_INFO, diff --git a/src/components/app/PartMore.js b/src/components/app/PartMore.js index 32ca1ea..8dab609 100644 --- a/src/components/app/PartMore.js +++ b/src/components/app/PartMore.js @@ -8,7 +8,7 @@ import LinkButton from "../link/LinkButton"; import ImageZoom from "../../containers/app/ImageZoom"; import LinkTrace from "../link/LinkTrace"; import {isPC} from "../../utils/navigatorUtils"; -import {handleScroll} from "../../utils/GAHelper"; +import {handleScroll} from "../../utils/gaHelper"; const pictures = [ 'https://7172-qrbtf-1d845d-1255694434.tcb.qcloud.la/QrbtfGallery/gallery04.jpg', diff --git a/src/components/app/PartStyles.js b/src/components/app/PartStyles.js index 4a2e44c..194b7aa 100644 --- a/src/components/app/PartStyles.js +++ b/src/components/app/PartStyles.js @@ -3,7 +3,7 @@ import './App.css'; import StyleListViewer from "../../containers/style/StyleListViewer"; import {isPC} from "../../utils/navigatorUtils"; import ScrollContainer from 'react-indiana-drag-scroll' -import {handleScroll} from "../../utils/GAHelper"; +import {handleScroll} from "../../utils/gaHelper"; const PartStyles = ({ setParamInfo }) => { const [loaded, setLoaded] = useState(false); diff --git a/src/components/link/LinkTrace.js b/src/components/link/LinkTrace.js index 9b64152..fbbc6c8 100644 --- a/src/components/link/LinkTrace.js +++ b/src/components/link/LinkTrace.js @@ -1,5 +1,5 @@ import React from 'react'; -import {handleLink} from "../../utils/GAHelper"; +import {handleLink} from "../../utils/gaHelper"; const LinkTrace = (props) => { return ( diff --git a/src/containers/app/InputText.js b/src/containers/app/InputText.js index 58d5755..2c98a53 100644 --- a/src/containers/app/InputText.js +++ b/src/containers/app/InputText.js @@ -3,7 +3,7 @@ import {genQRInfo} from "../../actions"; import React, {useRef} from "react"; import {isPicture} from "../../utils/imageUtils"; import {decodeData} from "../../utils/qrcodeHandler"; -import { handleUpload, handleInputUrl } from "../../utils/GAHelper"; +import { handleUpload, handleInputUrl } from "../../utils/gaHelper"; const InputText = ({dispatch}) => { const textRef = useRef(); diff --git a/src/containers/app/PartDownloadViewer.js b/src/containers/app/PartDownloadViewer.js index baf1d88..35f6c62 100644 --- a/src/containers/app/PartDownloadViewer.js +++ b/src/containers/app/PartDownloadViewer.js @@ -3,7 +3,7 @@ import PartDownload from "../../components/app/PartDownload"; import {saveImg, saveSvg} from "../../utils/downloader"; import {getDownloadCount, increaseDownloadData, recordDownloadDetail} from "../../api/TcbHandler"; import {getParamDetailedValue, outerHtml} from "../../utils/util"; -import {handleDownloadJpg, handleDownloadSvg} from "../../utils/GAHelper"; +import {handleDownloadJpg, handleDownloadSvg} from "../../utils/gaHelper"; function saveDB(state, type, updateDownloadData) { return new Promise(resolve => { diff --git a/src/containers/param/ParamUploadViewer.js b/src/containers/param/ParamUploadViewer.js index 2649c45..daf1a0c 100644 --- a/src/containers/param/ParamUploadViewer.js +++ b/src/containers/param/ParamUploadViewer.js @@ -2,7 +2,7 @@ import { connect } from 'react-redux'; import {changeParam} from "../../actions"; import ParamUpload from "../../components/param/ParamUpload"; import {isPicture, toBase64} from "../../utils/imageUtils"; -import {handleUpload} from "../../utils/GAHelper"; +import {handleUpload} from "../../utils/gaHelper"; const mapStateToProps = (state, ownProps) => ({ rendererIndex: ownProps.rendererIndex,