创高项目初始化

This commit is contained in:
王文昊
2026-05-12 16:53:18 +08:00
commit abc3b4f875
13573 changed files with 2231964 additions and 0 deletions

16
client/node_modules/@vueuse/head/dist/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,16 @@
import { MergeHead, ReactiveHead } from '@unhead/vue';
export { ActiveHeadEntry, HeadEntryOptions, HeadTag, MaybeComputedRef, MergeHead, ReactiveHead, Unhead, UseHeadInput, Vue2ProvideUnheadPlugin, VueHeadMixin, createHeadCore, injectHead, unheadVueComposablesImports, useHead, useHeadSafe, useSeoMeta, useServerHead, useServerHeadSafe, useServerSeoMeta } from '@unhead/vue';
import * as _unhead_schema from '@unhead/schema';
import { Head, CreateHeadOptions } from '@unhead/schema';
import { VueHeadClientPollyFill as VueHeadClientPollyFill$1 } from '@unhead/vue/polyfill';
import { Plugin } from 'vue';
export { Head } from '@unhead/vue/components';
declare function createHead<T extends MergeHead = {}>(initHeadObject?: Head<T>, options?: CreateHeadOptions): VueHeadClientPollyFill$1<T>;
declare const HeadVuePlugin: Plugin;
declare const renderHeadToString: <T extends MergeHead = {}>(head: VueHeadClientPollyFill<T>) => Promise<_unhead_schema.SSRHeadPayload>;
type HeadObjectPlain = Head;
type HeadObject = ReactiveHead;
export { type HeadObject, type HeadObjectPlain, HeadVuePlugin, createHead, renderHeadToString };