feat: 新增系统配置

This commit is contained in:
Yoofff
2024-04-14 13:56:40 +00:00
committed by Charles7c
parent 7e093e15f9
commit d2af75fbf9
12 changed files with 547 additions and 10 deletions

View File

@@ -1,9 +1,12 @@
<template>
<div class="gi-footer">Copyright © 2022-{{ year }} ContiNew Admin</div>
<div class="gi-footer">{{appStore.getCopyright()}}</div>
</template>
<script lang="ts" setup>
import Dayjs from 'dayjs'
import {useAppStore} from "@/stores";
const appStore = useAppStore();
defineOptions({ name: 'GiFooter' })