mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
🔥 移除 geetest 相关代码
This commit is contained in:
@@ -13,10 +13,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h1>极验测试</h1>
|
||||
<div class="btn-list">
|
||||
<v-btn class="test-btn" @click="getGC">获取极验</v-btn>
|
||||
</div>
|
||||
<h1>窗口建立测试</h1>
|
||||
<div class="btn-list">
|
||||
<v-btn class="test-btn" @click="tryNewWindow('sign_in')">SignIn</v-btn>
|
||||
@@ -27,7 +23,6 @@
|
||||
<script lang="ts" setup>
|
||||
import { onMounted, ref } from "vue";
|
||||
|
||||
import showGeetest from "../../components/func/geetest";
|
||||
import mhyClient from "../../utils/TGClient";
|
||||
|
||||
const visible = ref<boolean>(false);
|
||||
@@ -37,10 +32,6 @@ onMounted(async () => {
|
||||
await mhyClient.run();
|
||||
});
|
||||
|
||||
async function getGC(): Promise<void> {
|
||||
await showGeetest();
|
||||
}
|
||||
|
||||
async function tryNewWindow(func: string): Promise<void> {
|
||||
await mhyClient.open(func);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user