no message

This commit is contained in:
hellcat 2026-08-13 17:14:04 +08:00
parent 83ff91e3b9
commit 048a4ddd4f
2 changed files with 4 additions and 1 deletions

View File

@ -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: 'https://theme-plume.vuejs.press/favicon-32x32.png' }],
['link', { rel: 'icon', type: 'image/png', href: 'miaobiao2.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(), bundler: viteBundler(),

View File

@ -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"> <script setup lang="ts">
import { ref } from 'vue' import { ref } from 'vue'