2 Star 12 Fork 27

dromara / website

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
404.html 407 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
xiaoyu 提交于 2021-01-10 17:56 . update
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
</head>
<body>
<script src="//cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script>
<script>
window.rootPath = '';
window.defaultLanguage = 'en-us';
var lang = Cookies.get('docsite_language');
if (!lang) {
lang = 'en-us';
}
window.location = window.rootPath + '/' + lang;
</script>
</body>
</html>
JavaScript
1
https://gitee.com/shuaiqiyu/website.git
git@gitee.com:shuaiqiyu/website.git
shuaiqiyu
website
website
master

搜索帮助

14c37bed 8189591 565d56ea 8189591