no message
This commit is contained in:
parent
83ff91e3b9
commit
048a4ddd4f
@ -23,6 +23,8 @@ export default defineUserConfig({
|
||||
// 配置站点图标
|
||||
// ['link', { rel: 'icon', type: 'image/png', href: 'https://theme-plume.vuejs.press/favicon-32x32.png' }],
|
||||
['link', { rel: 'icon', type: 'image/png', href: 'miaobiao2.png' }],
|
||||
['script', { defer: true, src: 'https://umami.gemcook.net/script.js', 'data-website-id': '5ee6f297-754a-46b7-ac67-91dc148a1025'}
|
||||
]
|
||||
],
|
||||
|
||||
bundler: viteBundler(),
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
<script defer src="https://umami.tomshell.com.de/script.js" data-website-id="c553e118-942e-4d6b-9e6d-9d7e696ab5fd"></script> // 就这样可以吗
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user