feat: 设置的搭建

This commit is contained in:
2025-10-22 18:37:50 +08:00
parent 2682b933f1
commit df5e9e92a1
3 changed files with 17 additions and 12 deletions

View File

@@ -61,4 +61,9 @@ const props = defineProps({
});
</script>
<style scoped lang="scss"></style>
<style scoped lang="scss">
@font-face {
font-family: znicons;
src: url("@/static/fonts/znicons.ttf");
}
</style>