🎨添加静态打包
This commit is contained in:
23
web/src/components/common/AppFooter.vue
Normal file
23
web/src/components/common/AppFooter.vue
Normal file
@@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<footer f-c-c flex-col text-14 color="#6a6a6a">
|
||||
<p>
|
||||
Copyright © 2022-present
|
||||
<!-- <a-->
|
||||
<!-- href="https://github.com/zclzone"-->
|
||||
<!-- target="__blank"-->
|
||||
<!-- hover="decoration-underline color-primary"-->
|
||||
<!-- >-->
|
||||
<!-- Ronnie Zhang-->
|
||||
<!-- </a>-->
|
||||
</p>
|
||||
<p>
|
||||
<!-- <a-->
|
||||
<!-- href="http://beian.miit.gov.cn/"-->
|
||||
<!-- target="__blank"-->
|
||||
<!-- hover="decoration-underline color-primary"-->
|
||||
<!-- >-->
|
||||
<!-- 赣ICP备2020015008号-2-->
|
||||
<!-- </a>-->
|
||||
</p>
|
||||
</footer>
|
||||
</template>
|
Reference in New Issue
Block a user