代码推送
BIN
yq/public/favicon.ico
Normal file
|
After Width: | Height: | Size: 162 KiB |
BIN
yq/public/img/btc.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
yq/public/img/busd.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
yq/public/img/eth.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
yq/public/img/f1.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
yq/public/img/f2.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
yq/public/img/f3.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
yq/public/img/favicon.ico
Normal file
|
After Width: | Height: | Size: 162 KiB |
BIN
yq/public/img/gusd.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
yq/public/img/husd.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
yq/public/img/ltc.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
85
yq/public/index.html
Normal file
@@ -0,0 +1,85 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<!-- <meta name="viewport" content="width=device-width,initial-scale=1.0"> -->
|
||||
<link rel="icon" type="image/x-icon" href="./favicon.ico">
|
||||
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_3157209_ua5c8rb0fwc.css">
|
||||
<meta name="google-site-verification" content="tnPx29xrawMDQ-WEm9nzlcid1_ZK8o1T-WwpGMKwNuQ" />
|
||||
|
||||
|
||||
<!-- SEO 相关 meta 标签优化 -->
|
||||
<!--
|
||||
- index: 允许搜索引擎索引此页面
|
||||
- follow: 允许搜索引擎跟踪页面中的链接
|
||||
- max-image-preview:large: 允许在搜索结果中显示大图预览
|
||||
- max-snippet:-1: 允许搜索引擎显示任意长度的文本片段
|
||||
- max-video-preview:-1: 允许搜索引擎显示任意长度的视频预览
|
||||
-->
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||
<!-- 允许谷歌索引和跟踪链接-->
|
||||
<meta name="googlebot" content="index, follow">
|
||||
<meta name="googlebot-news" content="index, follow">
|
||||
<meta name="bingbot" content="index, follow">
|
||||
|
||||
<link rel="canonical" href="https://coinbus.cc" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,minimum-scale=1.0">
|
||||
<title>coinbus - A professional blockchain data analysis platform</title>
|
||||
<meta name="description" content="Coinbus data analysis platform, covering BTC ETH、 Blockchain data from various aspects such as stablecoins and macroeconomics. Provide precise analysis of on chain data, market indicators, exchange data, trading volume, monitoring of large transactions, liquidity, bonds, and many other sectors to help you gain insights into cryptocurrency market trends">
|
||||
<meta name="keywords" content="coinbus,BTC,ETH,stablecoins,macroeconomics,blockchain data analysis,on chain data,market indicators,exchange data,trading volume,large transactions,liquidity,bonds,cryptocurrency market trends">
|
||||
|
||||
</head>
|
||||
<style>
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0;
|
||||
/* height: 0px; */
|
||||
/* //隐藏滚动条 */
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
border-right: none;
|
||||
|
||||
}
|
||||
html{
|
||||
/* //隐藏滚动条 */
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
border-right: none;
|
||||
|
||||
margin: 0px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none
|
||||
}
|
||||
/* .messageClass{
|
||||
z-index: 99999;
|
||||
color: blue !important;
|
||||
background: rebeccapurple;
|
||||
} */
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<!-- 当网站不支持vue时显示 -->
|
||||
<noscript>
|
||||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
|
||||
Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
22
yq/public/robots.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
User-agent: * # 适用于所有搜索引擎爬虫
|
||||
Allow: / #允许爬取根目录下的所有内容
|
||||
Disallow: /admin
|
||||
Disallow: /api
|
||||
|
||||
|
||||
|
||||
# 站点地图配置
|
||||
Sitemap: https://coinbus.cc/sitemap.xml # 站点地图
|
||||
|
||||
|
||||
|
||||
|
||||
# SEO优化 允许爬取各类静态资源文件
|
||||
Allow: /*.js
|
||||
Allow: /*.css
|
||||
Allow: /*.png
|
||||
Allow: /*.jpg
|
||||
Allow: /*.gif
|
||||
Allow: /*.svg
|
||||
Allow: /*.ico
|
||||
|
||||