Commit 1fffe2e6 authored by haiyoucuv's avatar haiyoucuv

init

parent e02a6297
...@@ -45,7 +45,7 @@ class GuidePanel extends React.Component<IGuidePanelProps> { ...@@ -45,7 +45,7 @@ class GuidePanel extends React.Component<IGuidePanelProps> {
return <div className={styles.GuidePanel} onClick={this.clickGuide}> return <div className={styles.GuidePanel} onClick={this.clickGuide}>
<div className={styles.guide} style={{ <div className={styles.guide} style={{
backgroundImage: `url(${guideSrc})`, backgroundImage: `url(${guideSrc}?x-oss-process=image/format,webp)`,
}}/> }}/>
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment