Skip to content

Commit

Permalink
docs: add umami
Browse files Browse the repository at this point in the history
  • Loading branch information
likun7981 committed Jun 2, 2022
1 parent eca8b77 commit cfde39f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ export default defineConfig({
title: 'hlink',
description: '批量、快速硬链工具',

head: [['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' }]],
head: [
['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' }],
[
'script',
{
async: '',
defer: '',
'data-website-id': 'c24c5374-ed3c-4568-b89a-19c230fdb503',
src: 'https://umami.likun.me/umami.js'
}
]
],

vue: {
reactivityTransform: true
Expand Down
4 changes: 2 additions & 2 deletions src/types/IHlink.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ declare namespace IHlink {
saveMode: number
includeExtname: string
excludeExtname: string
include: {
include?: {
extensions: Array<string>
globs: Array<string>
}
exclude: {
exclude?: {
extensions: Array<string>
globs: Array<string>
}
Expand Down

0 comments on commit cfde39f

Please sign in to comment.