diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx index 1eefb55..ad6857c 100644 --- a/src/pages/index/index.jsx +++ b/src/pages/index/index.jsx @@ -155,7 +155,8 @@ const Index = () => { // hasBorder={false} thumb={phone} onClick={() => { - window.location.href="https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4NTgyNDUxNw==&action=getalbum&album_id=3403853254399082501#wechat_redirect" + window.location.href = + "https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4NTgyNDUxNw==&action=getalbum&album_id=3403853254399082501#wechat_redirect"; }} /> { // hasBorder={false} thumb={robot} onClick={() => { - window.location.href="https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4NTgyNDUxNw==&action=getalbum&album_id=3545545030499270661#wechat_redirect" + window.location.href = + "https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4NTgyNDUxNw==&action=getalbum&album_id=3545545030499270661#wechat_redirect"; }} /> { // hasBorder={false} thumb={nomad} onClick={() => { - window.location.href="https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4NTgyNDUxNw==&action=getalbum&album_id=3545541605766168582#wechat_redirect" + window.location.href = + "https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4NTgyNDUxNw==&action=getalbum&album_id=3545541605766168582#wechat_redirect"; }} /> @@ -189,7 +192,14 @@ const Index = () => { {" "} markdown转emoji编辑器 - + { + setisOpened(true); + }} + > {/* @@ -236,6 +246,47 @@ const Index = () => { {/* 立即购买 -- 29.8元 */} + + + {/* 软件下载模态窗 */} + + emoji编辑器 + + + emoji编辑器是将markdown转换成标准的emoji格式 +
+ 适用于各种图文场景 +
+ - 平台:小红书/微博/微信"小绿书"朋友圈 +
- 评论区 +
+ {/* 软件图片展示 */} + + + + {/* + 百度网盘链接:https://pan.baidu.com/s/1XXVnMimjUD8qVdmaVhb6rg?pwd=hqyo +
+ 提取码:hqyo +
*/} +
+ + + + +
+
); }; diff --git a/src/pages/index/index.scss b/src/pages/index/index.scss index 51b9948..da5eb14 100644 --- a/src/pages/index/index.scss +++ b/src/pages/index/index.scss @@ -104,6 +104,19 @@ } } + .emojiModel{ + + .modelText{ + font-size: 22px; + } + .model-emoji{ + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + } + } + .payBtn { position: fixed; bottom: 0;