fix: footer date in edgeone without cloudflare env
This commit is contained in:
13
app/components/footer/CdnSupport.vue
Normal file
13
app/components/footer/CdnSupport.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script lang="ts" setup>
|
||||
// migrate to 腾讯云 EdgeOne
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div mt-2>
|
||||
本站点由
|
||||
<a color="#F6821F" href="https://www.cloudflare-cn.com/" target="_blank" title="Cloudflare" border="b-1 dashed">
|
||||
<span>Cloudflare</span>
|
||||
</a>
|
||||
提供 CDN 支持
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user