21 lines
364 B
Vue
21 lines
364 B
Vue
<script lang="ts" setup>
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<a
|
|
class="flex items-center justify-center"
|
|
href="https://www.upyun.com/?utm_source=lianmeng&utm_medium=referral"
|
|
>
|
|
本网站由<img
|
|
:src="getAssetURL('upyun.png')"
|
|
alt="又拍云"
|
|
class="h-8 w-auto"
|
|
>提供CDN加速/云储存服务
|
|
</a>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|