唐润平:上线版,功能为待完善

This commit is contained in:
trp
2023-12-14 10:26:29 +08:00
parent e95c24befe
commit fb9dfb37a2
21 changed files with 701 additions and 489 deletions

View File

@@ -1,9 +1,9 @@
<template>
<RouterView/>
<RouterView />
</template>
<script setup>
import autofit from 'autofit.js';
import autofit from "autofit.js";
onMounted(() => {
autofit.init({
@@ -13,18 +13,20 @@ onMounted(() => {
resize: true,
ignore: [
{
el: "#tunnel-box",
el: "#cvs",
height: "100vh",
width: "100vw",
}, {
},
{
el: "#login-box",
height: "100vh",
width: "100vw",
},{
},
{
el: "#chat-box",
height: "100vh",
width: "100vw",
}
},
],
});
});