1 Star 0 Fork 0

Discovery/echarts-website-asf-site

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manually-redirect.html 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
Discovery 提交于 2025-03-30 20:04 +08:00 . echarts
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" user-scalable="no">
<link rel="shortcut icon" href="http://localhost:8102/undefined/images/favicon.png?_v_=20240226">
<style>
html,
body {
margin: 0;
padding: 0
}
.main {
text-align: center;
margin: auto;
position: absolute;
top: 50%;
font-weight: normal;
}
.content {
transform: translate(-50%, -50%);
}
</style>
</head>
<body>
<div class="main">
<div class="content">
<div><span>请访问 Apache ECharts 的官网 &nbsp;</span><a id="a1"
href="http://localhost:8102/zh/index.html">http://localhost:8102</a></div>
<div><span>Please visit the official Apache ECharts Website at</span><a id="a2"
href="http://localhost:8102/en/index.html">http://localhost:8102</a></div>
</div>
</div>
<script type="text/javascript">document.getElementById('a1').setAttribute('href', 'http://localhost:8102/zh/index.html' + ((!location.pathname || location.pathname === '/') ? '' : location.pathname + (!location.search ? '' : location.search) + (!location.hash ? '' : location.hash)));
document.getElementById('a2').setAttribute('href', document.getElementById('a1').getAttribute('href'));</script>
</body>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/git_discovery/echarts-website-asf-site.git
git@gitee.com:git_discovery/echarts-website-asf-site.git
git_discovery
echarts-website-asf-site
echarts-website-asf-site
master

搜索帮助