feat: update footer source url

This commit is contained in:
yggdrasil
2024-10-23 12:43:22 +08:00
parent f0149d4f46
commit 1cec39e9fb
2 changed files with 2 additions and 2 deletions

View File

@@ -1427,7 +1427,7 @@
</div>
<script>
fetch('https://portal-git-feat-page-footer-for-ex-a3e45d-yggdrasilqhs-projects.vercel.app/zh_CN/internal/footer/')
fetch('https://onekey.so/zh_CN/internal/footer/')
.then(response => response.text())
.then(data => {
document.getElementById('onekey-portal-footer').attachShadow({ mode: 'open' }).innerHTML = data;

View File

@@ -1477,7 +1477,7 @@
</div>
<script>
fetch('https://portal-git-feat-page-footer-for-ex-a3e45d-yggdrasilqhs-projects.vercel.app/internal/footer/')
fetch('https://onekey.so/internal/footer/')
.then(response => response.text())
.then(data => {
document.getElementById('onekey-portal-footer').attachShadow({ mode: 'open' }).innerHTML = data;