feat(projects): add copyright, unocss shortcut: card-wrapper, update package.json

This commit is contained in:
Soybean
2024-01-18 23:43:33 +08:00
parent 03c42aa8cc
commit affcc26b3d
4 changed files with 32 additions and 3 deletions

View File

@ -5,7 +5,11 @@ defineOptions({
</script>
<template>
<DarkModeContainer class="h-full"></DarkModeContainer>
<DarkModeContainer class="flex-center h-full">
<a href="https://github.com/honghuangdc/soybean-admin/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">
Copyright MIT © 2021 Soybean
</a>
</DarkModeContainer>
</template>
<style scoped></style>