Skip to content

Commit

Permalink
feat(tcaptcha): self-host tcaptcha js file
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenZhang committed Dec 12, 2024
1 parent 5ed7c37 commit 86b3be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="icon" href="/favicon.ico">
<title>ChatGPT | OVINC</title>
<script src="/extra-assets/js/cos-js-sdk-v5.min.js?v=20240306083000"></script>
<script src="https://turing.captcha.qcloud.com/TJCaptcha.js?v=20241104174046"></script>
<script src="/extra-assets/js/TJCaptcha.js?v=20241104174046"></script>
<style>
:root {
--vh: 1vh;
Expand Down
1 change: 1 addition & 0 deletions public/extra-assets/js/TJCaptcha.js

Large diffs are not rendered by default.

0 comments on commit 86b3be4

Please sign in to comment.