🎨 代码格式化

This commit is contained in:
BTMuli
2023-10-10 23:15:26 +08:00
parent 5c2bb4e5af
commit b04f49ec46
114 changed files with 379 additions and 548 deletions

View File

@@ -5,6 +5,7 @@
*/
import { h, render, type VNode } from "vue";
import geetest from "./geetest.vue";
const geetestId = "tg-func-geetest";
@@ -21,7 +22,7 @@ const renderBox = (): VNode => {
let geetestInstance: VNode;
const showGeetest = async (): Promise<boolean> => {
if (geetestInstance) {
if (geetestInstance !== undefined) {
const boxVue = geetestInstance.component;
return boxVue?.exposeProxy?.displayBox();
} else {