mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-06 08:32:51 +08:00
🧪 尝试调整极验sdk引用
This commit is contained in:
@@ -10,5 +10,7 @@
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
<script src="https://static.geetest.com/static/js/gt.0.4.9.js"></script>
|
||||
<script src="https://static.geetest.com/v4/gt4.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
</transition>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import "https://static.geetest.com/static/js/gt.0.4.9.js";
|
||||
import "https://static.geetest.com/v4/gt4.js";
|
||||
// import "https://static.geetest.com/static/js/gt.0.4.9.js";
|
||||
// import "https://static.geetest.com/v4/gt4.js";
|
||||
import { ref, useTemplateRef, watch } from "vue";
|
||||
|
||||
const show = ref<boolean>(false);
|
||||
|
||||
Reference in New Issue
Block a user