Skip to content

Commit

Permalink
perf: speed up!
Browse files Browse the repository at this point in the history
  • Loading branch information
diyanqi authored Aug 19, 2023
1 parent 0879fef commit 4ca88a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion search/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
<meta name="force-rendering" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<script>
window['api'] = '//online.oiso.cf'
if (navigator.language != "zh-CN") {
window['api'] = '//online.oiso.cf'
} else {
window['api'] = '//api.amzcd.top:32323'
}
</script>
<!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3597621909882025"
crossorigin="anonymous"></script> -->
Expand Down

0 comments on commit 4ca88a9

Please sign in to comment.