创高项目初始化

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

3227
client/node_modules/zhead/dist/db.cjs generated vendored Normal file

File diff suppressed because it is too large Load Diff

27
client/node_modules/zhead/dist/db.d.cts generated vendored Normal file
View File

@@ -0,0 +1,27 @@
import { g as MetaFlat } from './shared/zhead.177ad851.cjs';
interface MetaSchema {
name: string;
key: 'charset' | 'name' | 'property' | 'http-equiv';
type?: 'standard' | 'facebook' | 'twitter' | 'google' | 'robots' | 'other' | 'open-graph-protocol';
description: string;
color?: string;
examples: {
value: string;
description: string;
}[];
tips?: {
title: string;
description: string;
}[];
tags?: string | string[];
documentation?: string[];
parameters?: {
value: string;
description: string;
}[];
}
declare const metaFlatSchema: Record<keyof MetaFlat, MetaSchema>;
export { MetaFlat, type MetaSchema, metaFlatSchema };

27
client/node_modules/zhead/dist/db.d.mts generated vendored Normal file
View File

@@ -0,0 +1,27 @@
import { g as MetaFlat } from './shared/zhead.177ad851.mjs';
interface MetaSchema {
name: string;
key: 'charset' | 'name' | 'property' | 'http-equiv';
type?: 'standard' | 'facebook' | 'twitter' | 'google' | 'robots' | 'other' | 'open-graph-protocol';
description: string;
color?: string;
examples: {
value: string;
description: string;
}[];
tips?: {
title: string;
description: string;
}[];
tags?: string | string[];
documentation?: string[];
parameters?: {
value: string;
description: string;
}[];
}
declare const metaFlatSchema: Record<keyof MetaFlat, MetaSchema>;
export { MetaFlat, type MetaSchema, metaFlatSchema };

27
client/node_modules/zhead/dist/db.d.ts generated vendored Normal file
View File

@@ -0,0 +1,27 @@
import { g as MetaFlat } from './shared/zhead.177ad851.js';
interface MetaSchema {
name: string;
key: 'charset' | 'name' | 'property' | 'http-equiv';
type?: 'standard' | 'facebook' | 'twitter' | 'google' | 'robots' | 'other' | 'open-graph-protocol';
description: string;
color?: string;
examples: {
value: string;
description: string;
}[];
tips?: {
title: string;
description: string;
}[];
tags?: string | string[];
documentation?: string[];
parameters?: {
value: string;
description: string;
}[];
}
declare const metaFlatSchema: Record<keyof MetaFlat, MetaSchema>;
export { MetaFlat, type MetaSchema, metaFlatSchema };

3225
client/node_modules/zhead/dist/db.mjs generated vendored Normal file

File diff suppressed because it is too large Load Diff

7
client/node_modules/zhead/dist/index.cjs generated vendored Normal file
View File

@@ -0,0 +1,7 @@
'use strict';
function defineHead(input) {
return input;
}
exports.defineHead = defineHead;

1134
client/node_modules/zhead/dist/index.d.cts generated vendored Normal file

File diff suppressed because it is too large Load Diff

1134
client/node_modules/zhead/dist/index.d.mts generated vendored Normal file

File diff suppressed because it is too large Load Diff

1134
client/node_modules/zhead/dist/index.d.ts generated vendored Normal file

File diff suppressed because it is too large Load Diff

5
client/node_modules/zhead/dist/index.mjs generated vendored Normal file
View File

@@ -0,0 +1,5 @@
function defineHead(input) {
return input;
}
export { defineHead };

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1004
client/node_modules/zhead/dist/shared/zhead.177ad851.d.ts generated vendored Normal file

File diff suppressed because it is too large Load Diff