Browse Source

修复友情链接的bug

master
科技小王子 5 months ago
parent
commit
68345aea7e
  1. 2
      .gitignore
  2. 2
      .nuxt/manifest/latest.json
  3. 6
      .nuxt/nuxt.d.ts
  4. 2
      .nuxt/tsconfig.json
  5. 6
      .nuxt/types/plugins.d.ts

2
.gitignore

@ -0,0 +1,2 @@
/.output/
/.nuxt/

2
.nuxt/manifest/latest.json

@ -1 +1 @@
{"id":"f1ea6bcb-9ddb-4d51-bf67-e0c6ad6735fd","timestamp":1732600398785}
{"id":"dev","timestamp":1732706138674}

6
.nuxt/nuxt.d.ts

@ -1,8 +1,8 @@
// Generated by nuxi
/// <reference types="@element-plus/nuxt" />
/// <reference types="@nuxt/image" />
/// <reference types="@nuxt/telemetry" />
/// <reference types="@unocss/nuxt" />
/// <reference types="@nuxt/telemetry" />
/// <reference types="@nuxt/image" />
/// <reference types="@element-plus/nuxt" />
/// <reference types="nuxt" />
/// <reference path="types/app-defaults.d.ts" />
/// <reference path="types/plugins.d.ts" />

2
.nuxt/tsconfig.json

@ -96,7 +96,7 @@
"./imports"
],
"#app-manifest": [
"./manifest/meta/f1ea6bcb-9ddb-4d51-bf67-e0c6ad6735fd.json"
"./manifest/meta/dev.json"
],
"#build": [
"."

6
.nuxt/types/plugins.d.ts

@ -7,7 +7,6 @@ type IsAny<T> = 0 extends 1 & T ? true : false
type InjectionType<A extends Plugin> = IsAny<A> extends true ? unknown : A extends Plugin<infer T> ? Decorate<T> : unknown
type NuxtAppInjections =
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@3.12.4_@parcel+watcher@2.4.1_@types+node@22.4.2_encoding@0.1.13_eslint@8.57.0_ioredis@5._om2iw7d5au5ekmzbwlfm3q6gd4/node_modules/nuxt/dist/app/plugins/payload.client").default> &
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@3.12.4_@parcel+watcher@2.4.1_@types+node@22.4.2_encoding@0.1.13_eslint@8.57.0_ioredis@5._om2iw7d5au5ekmzbwlfm3q6gd4/node_modules/nuxt/dist/app/plugins/navigation-repaint.client").default> &
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@3.12.4_@parcel+watcher@2.4.1_@types+node@22.4.2_encoding@0.1.13_eslint@8.57.0_ioredis@5._om2iw7d5au5ekmzbwlfm3q6gd4/node_modules/nuxt/dist/app/plugins/check-outdated-build.client").default> &
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@3.12.4_@parcel+watcher@2.4.1_@types+node@22.4.2_encoding@0.1.13_eslint@8.57.0_ioredis@5._om2iw7d5au5ekmzbwlfm3q6gd4/node_modules/nuxt/dist/app/plugins/revive-payload.server").default> &
@ -16,13 +15,16 @@ type NuxtAppInjections =
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@3.12.4_@parcel+watcher@2.4.1_@types+node@22.4.2_encoding@0.1.13_eslint@8.57.0_ioredis@5._om2iw7d5au5ekmzbwlfm3q6gd4/node_modules/nuxt/dist/head/runtime/plugins/unhead").default> &
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@3.12.4_@parcel+watcher@2.4.1_@types+node@22.4.2_encoding@0.1.13_eslint@8.57.0_ioredis@5._om2iw7d5au5ekmzbwlfm3q6gd4/node_modules/nuxt/dist/pages/runtime/plugins/router").default> &
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@3.12.4_@parcel+watcher@2.4.1_@types+node@22.4.2_encoding@0.1.13_eslint@8.57.0_ioredis@5._om2iw7d5au5ekmzbwlfm3q6gd4/node_modules/nuxt/dist/pages/runtime/plugins/prefetch.client").default> &
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@3.12.4_@parcel+watcher@2.4.1_@types+node@22.4.2_encoding@0.1.13_eslint@8.57.0_ioredis@5._om2iw7d5au5ekmzbwlfm3q6gd4/node_modules/nuxt/dist/pages/runtime/plugins/check-if-page-unused").default> &
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@3.12.4_@parcel+watcher@2.4.1_@types+node@22.4.2_encoding@0.1.13_eslint@8.57.0_ioredis@5._om2iw7d5au5ekmzbwlfm3q6gd4/node_modules/nuxt/dist/app/plugins/dev-server-logs").default> &
InjectionType<typeof import("../../node_modules/.pnpm/nuxt@3.12.4_@parcel+watcher@2.4.1_@types+node@22.4.2_encoding@0.1.13_eslint@8.57.0_ioredis@5._om2iw7d5au5ekmzbwlfm3q6gd4/node_modules/nuxt/dist/app/plugins/check-if-layout-used").default> &
InjectionType<typeof import("../../plugins/element-ui").default>
declare module '#app' {
interface NuxtApp extends NuxtAppInjections { }
interface NuxtAppLiterals {
pluginName: 'nuxt:revive-payload:client' | 'nuxt:head' | 'nuxt:router' | 'nuxt:payload' | 'nuxt:revive-payload:server' | 'nuxt:chunk-reload' | 'nuxt:global-components' | 'nuxt:prefetch'
pluginName: 'nuxt:revive-payload:client' | 'nuxt:head' | 'nuxt:router' | 'nuxt:revive-payload:server' | 'nuxt:chunk-reload' | 'nuxt:global-components' | 'nuxt:prefetch' | 'nuxt:checkIfPageUnused' | 'nuxt:checkIfLayoutUsed'
}
}

Loading…
Cancel
Save