mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
fix: use internal footer resources
This commit is contained in:
1449
src/footer/en.html
Normal file
1449
src/footer/en.html
Normal file
File diff suppressed because it is too large
Load Diff
1449
src/footer/zh.html
Normal file
1449
src/footer/zh.html
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1427,7 +1427,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
fetch('https://onekey.so/zh_CN/internal/footer/')
|
fetch('/footer/zh.html')
|
||||||
.then(response => response.text())
|
.then(response => response.text())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
document.getElementById('onekey-portal-footer').attachShadow({ mode: 'open' }).innerHTML = data;
|
document.getElementById('onekey-portal-footer').attachShadow({ mode: 'open' }).innerHTML = data;
|
||||||
|
|||||||
@@ -1477,7 +1477,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
fetch('https://onekey.so/internal/footer/')
|
fetch('/footer/en.html')
|
||||||
.then(response => response.text())
|
.then(response => response.text())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
document.getElementById('onekey-portal-footer').attachShadow({ mode: 'open' }).innerHTML = data;
|
document.getElementById('onekey-portal-footer').attachShadow({ mode: 'open' }).innerHTML = data;
|
||||||
|
|||||||
Reference in New Issue
Block a user