当前位置:首页 > 技术 > 代码 > 云搜道前端编译

云搜道前端编译

懋和道人11个月前 (05-08)代码4250

后台api地址:/src/utils/request/index.ts

const instance = axios.create({
  baseURL: 'https://m.snsou.cn',

版本更新弹窗:/src/main.tsx

//  res && GETVersionInfo();

版权信息:/src/components/global/copyright.tsx

return (
<div className="copyright banquan inline-block text-sm text-gray-300 rounded">
  <p>
    <img src="/mabai.png"/>
    <img src="/hanzuwang.png"/></p>
  <p>
    <a target="_blank" rel="nofollow" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=32061202001219">苏公网安备32061202001219号</a>、
    <a href="http://beian.miit.gov.cn/" target="_blank">苏ICP备2021008246号-19</a></p>
  <p>©{copyright.startTime}-{endTime}
    <a href={copyright.href}>{copyright.author}</a>版权所有</p>
  <p>本站由
    <a target="_blank" rel="nofollow" href="http://www.ccwadj.cn/">云之道数据</a>提供云计算服务</p>
  <p>
    <a target="_blank" rel="nofollow" href="https://www.wulintang.xin/new/202107081.shtml">
      <img src="https://www.abcdefghijklmnopqrstuvwxyzzyxwvutsrqponmlkjihgfedcba.cn/yun/yun.png" /></a>
  </p>
  <p>
    <a target="_blank" title="51la网站统计" href="https://v6.51.la/land/JfZgAjaA6gGu2lST">
      <img src="https://sdk.51.la/icon/1-4.png" /></a>
  </p>
</div>
  );

/src/pages/index/index.tsx 内删除177行max-h-8

版权样式:/src/antd-global.css

.index-copyright-box {max-height: 100%!important;}
.banquan {text-align: -webkit-center!important;}
.banquan p {line-height: 2rem!important;}

ico api: /src/data

{
id: '2c246ed9c0c04dc0ace396872f123456',
name: '云搜道API',
url: 'https://www.isosou.cn/ico/?url=',
},

新增根目录public,添加了favicon.ico,hanzuwang.png,mabai.png。

打赏

扫描二维码推送至手机访问。

版权声明:本文由 懋和道人 发布,如需转载请注明出处。

本文链接:https://www.lizhichen.cn/new/2022050875.shtml

分享给朋友:

“云搜道前端编译” 的相关文章

简单添加个“本站已经安全运行XX年XX天XX秒”教程

简单添加个“本站已经安全运行XX年XX天XX秒”教程

第一种第一步:在需要展示“本网站运行了XX年XX天XX秒”的地方,插进去:<span id="sitetime"></span>第二步:在插进去的...

CardLink 让自己的网站URL统一样式

CardLink 让自己的网站URL统一样式

当我们访问知乎时,时常看到知乎的所有URL特别地美观,或者问题中的链接是卡片式的。将卡片式链接与普通的链接相比,卡片式链接不仅美观,还展示更多信息,如:标题、图片、网址等。效果如下https://ww...

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。