Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge #382

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
使用我的api
  • Loading branch information
chenyinheng30 committed Nov 16, 2023
commit 283fe5a00df51b312965043b1b3b98974b110adb
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
weatherElement.innerHTML = `ip: ${ipData.query} ${ipData.city}`;
}
</script>
<script src="http:https://ip-api.com/json?fields=8208&lang=zh-CN&callback=handleIpApi"></script>
<script src="https:https://request-cf.tenet.chat/?callback=handleIpApi"></script>

{{- /* Profile */ -}}
{{- if ne $profile.enable false -}}
Expand Down