云搜道前端编译
后台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。