mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
feat: update footer source url
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user