🔨 perf(web):

This commit is contained in:
bwcx_jzy 2024-04-15 21:33:57 +08:00
parent 4e50e1350c
commit d3808eab02
6 changed files with 7 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -40,6 +40,7 @@ declare module 'vue' {
AInputSearch: typeof import('ant-design-vue/es')['InputSearch']
ALayout: typeof import('ant-design-vue/es')['Layout']
ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
ALayoutFooter: typeof import('ant-design-vue/es')['LayoutFooter']
ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider']
AList: typeof import('ant-design-vue/es')['List']
AListItem: typeof import('ant-design-vue/es')['ListItem']

View File

@ -38,7 +38,9 @@
<div v-show="showFooter" class="footer">
<a-button type="text">
<a href="https://jpom.top" target="_blank">Copyright © 2019-{{ new Date().getFullYear() }} By Jpom</a>
<a href="https://jpom.top" target="_blank">
Jpom ©2019-{{ new Date().getFullYear() }} Of Him Code Technology Studio
</a>
</a-button>
</div>
</div>

View File

@ -50,6 +50,9 @@
</keep-alive>
</router-view>
</a-layout-content>
<a-layout-footer v-show="false" style="text-align: center">
Jpom ©2019-{{ new Date().getFullYear() }} Of Him Code Technology Studio
</a-layout-footer>
</a-layout>
</a-layout>
</template>