mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
Deploying to gh-pages from @ DGP-Studio/Snap.Hutao.Docs@2cf3f73571 🚀
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
<link rel="canonical" href="/zh/quick-start.html">
|
||||
<title>Redirecting...</title>
|
||||
<script>
|
||||
const anchor = window.location.hash.substr(1);
|
||||
location.href = `/zh/quick-start.html${anchor?`#${anchor}`:""}`;
|
||||
const anchor = window.location.hash.substring(1);
|
||||
location.href = `/zh/quick-start.html${anchor? `#${anchor}`: ""}`;
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user