Browse Source

修改bug

修改bug
dangyunlong 1 month ago
parent
commit
e9c94d33c9

+ 41 - 41
.nuxt/dev/index.mjs

@@ -3,30 +3,30 @@ import { Server } from 'node:http';
 import { tmpdir } from 'node:os';
 import { join } from 'node:path';
 import { parentPort, threadId } from 'node:worker_threads';
-import { getRequestHeader, splitCookiesString, setResponseStatus, setResponseHeader, send, getRequestHeaders, defineEventHandler, handleCacheHeaders, createEvent, fetchWithEvent, isEvent, eventHandler, setHeaders, sendRedirect, proxyRequest, createApp, createRouter as createRouter$1, toNodeListener, lazyEventHandler, getResponseStatus, setResponseHeaders, createError, getRouterParam, getQuery as getQuery$1, readBody, getResponseStatusText } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/h3/dist/index.mjs';
-import { getRequestDependencies, getPreloadLinks, getPrefetchLinks, createRenderer } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/vue-bundle-renderer/dist/runtime.mjs';
-import { stringify, uneval } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/devalue/index.js';
-import destr from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/destr/dist/index.mjs';
-import { withQuery, joinURL, withTrailingSlash, parseURL, withoutBase, getQuery, joinRelativeURL } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/ufo/dist/index.mjs';
-import { renderToString } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/vue/server-renderer/index.mjs';
-import { propsToString, renderSSRHead } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/@unhead/ssr/dist/index.mjs';
-import { createServerHead as createServerHead$1, CapoPlugin } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/unhead/dist/index.mjs';
-import { klona } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/klona/dist/index.mjs';
-import defu, { defuFn } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/defu/dist/defu.mjs';
-import { snakeCase } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/scule/dist/index.mjs';
-import { createHooks } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/hookable/dist/index.mjs';
-import { createFetch as createFetch$1, Headers as Headers$1 } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/ofetch/dist/node.mjs';
-import { createCall, createFetch } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/unenv/runtime/fetch/index.mjs';
+import { getRequestHeader, splitCookiesString, setResponseStatus, setResponseHeader, send, getRequestHeaders, defineEventHandler, handleCacheHeaders, createEvent, fetchWithEvent, isEvent, eventHandler, setHeaders, sendRedirect, proxyRequest, createApp, createRouter as createRouter$1, toNodeListener, lazyEventHandler, getResponseStatus, setResponseHeaders, createError, getRouterParam, getQuery as getQuery$1, readBody, getResponseStatusText } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/h3/dist/index.mjs';
+import { getRequestDependencies, getPreloadLinks, getPrefetchLinks, createRenderer } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/vue-bundle-renderer/dist/runtime.mjs';
+import { stringify, uneval } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/devalue/index.js';
+import destr from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/destr/dist/index.mjs';
+import { withQuery, joinURL, withTrailingSlash, parseURL, withoutBase, getQuery, joinRelativeURL } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/ufo/dist/index.mjs';
+import { renderToString } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/vue/server-renderer/index.mjs';
+import { propsToString, renderSSRHead } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/@unhead/ssr/dist/index.mjs';
+import { createServerHead as createServerHead$1, CapoPlugin } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/unhead/dist/index.mjs';
+import { klona } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/klona/dist/index.mjs';
+import defu, { defuFn } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/defu/dist/defu.mjs';
+import { snakeCase } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/scule/dist/index.mjs';
+import { createHooks } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/hookable/dist/index.mjs';
+import { createFetch as createFetch$1, Headers as Headers$1 } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/ofetch/dist/node.mjs';
+import { createCall, createFetch } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/unenv/runtime/fetch/index.mjs';
 import { AsyncLocalStorage } from 'node:async_hooks';
-import { consola } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/consola/dist/index.mjs';
-import { getContext } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/unctx/dist/index.mjs';
-import { captureRawStackTrace, parseRawStackTrace } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/errx/dist/index.js';
-import { isVNode, version, unref } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/vue/index.mjs';
-import { hash } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/ohash/dist/index.mjs';
-import { createStorage, prefixStorage } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/unstorage/dist/index.mjs';
-import unstorage_47drivers_47fs from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/unstorage/drivers/fs.mjs';
-import { toRouteMatcher, createRouter } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/radix3/dist/index.mjs';
-import { defineHeadPlugin } from 'file://D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/@unhead/shared/dist/index.mjs';
+import { consola } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/consola/dist/index.mjs';
+import { getContext } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/unctx/dist/index.mjs';
+import { captureRawStackTrace, parseRawStackTrace } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/errx/dist/index.js';
+import { isVNode, version, unref } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/vue/index.mjs';
+import { hash } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/ohash/dist/index.mjs';
+import { createStorage, prefixStorage } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/unstorage/dist/index.mjs';
+import unstorage_47drivers_47fs from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/unstorage/drivers/fs.mjs';
+import { toRouteMatcher, createRouter } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/radix3/dist/index.mjs';
+import { defineHeadPlugin } from 'file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/@unhead/shared/dist/index.mjs';
 
 function hasReqHeader(event, name, includes) {
   const value = getRequestHeader(event, name);
@@ -172,13 +172,13 @@ if (!window.__NUXT_DEVTOOLS_TIME_METRIC__) {
 window.__NUXT_DEVTOOLS_TIME_METRIC__.appInit = Date.now()
 `;
 
-const _7cXBnH5t1y = (function(nitro) {
+const _RyJtz6y3Rh = (function(nitro) {
   nitro.hooks.hook("render:html", (htmlContext) => {
     htmlContext.head.push(`<script>${script}<\/script>`);
   });
 });
 
-const rootDir = "D:/01_AA_ssr_pre/sannongzixunwang_web";
+const rootDir = "D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web";
 
 const appHead = {"meta":[{"name":"viewport","content":"width=device-width, initial-scale=1"},{"charset":"utf-8"},{"name":"description","content":""},{"name":"keywords","content":""}],"link":[],"style":[],"script":[],"noscript":[],"title":""};
 
@@ -197,7 +197,7 @@ const devReducers = {
   URL: (data) => data instanceof URL ? data.toString() : undefined
 };
 const asyncContext = getContext("nuxt-dev", { asyncContext: true, AsyncLocalStorage });
-const _Xh6VaM7zBC = (nitroApp) => {
+const _KSNIWfahZC = (nitroApp) => {
   const handler = nitroApp.h3App.handler;
   nitroApp.h3App.handler = (event) => {
     return asyncContext.callAsync({ logs: [], event }, () => handler(event));
@@ -267,20 +267,20 @@ function onConsoleLog(callback) {
 }
 
 const plugins = [
-  _7cXBnH5t1y,
-_Xh6VaM7zBC
+  _RyJtz6y3Rh,
+_KSNIWfahZC
 ];
 
-const _lazy_ejWgYH = () => Promise.resolve().then(function () { return index; });
-const _lazy_HdUhQM = () => Promise.resolve().then(function () { return renderer$1; });
+const _lazy_QP9jGu = () => Promise.resolve().then(function () { return index; });
+const _lazy_wi8B8p = () => Promise.resolve().then(function () { return renderer$1; });
 
 const handlers = [
-  { route: '/api', handler: _lazy_ejWgYH, lazy: true, middleware: false, method: undefined },
-  { route: '/__nuxt_error', handler: _lazy_HdUhQM, lazy: true, middleware: false, method: undefined },
-  { route: '/**', handler: _lazy_HdUhQM, lazy: true, middleware: false, method: undefined }
+  { route: '/api', handler: _lazy_QP9jGu, lazy: true, middleware: false, method: undefined },
+  { route: '/__nuxt_error', handler: _lazy_wi8B8p, lazy: true, middleware: false, method: undefined },
+  { route: '/**', handler: _lazy_wi8B8p, lazy: true, middleware: false, method: undefined }
 ];
 
-const serverAssets = [{"baseName":"server","dir":"D:/01_AA_ssr_pre/sannongzixunwang_web/server/assets"}];
+const serverAssets = [{"baseName":"server","dir":"D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/server/assets"}];
 
 const assets = createStorage();
 
@@ -292,11 +292,11 @@ const storage = createStorage({});
 
 storage.mount('/assets', assets);
 
-storage.mount('root', unstorage_47drivers_47fs({"driver":"fs","readOnly":true,"base":"D:\\01_AA_ssr_pre\\sannongzixunwang_web","ignore":["**/node_modules/**","**/.git/**"]}));
-storage.mount('src', unstorage_47drivers_47fs({"driver":"fs","readOnly":true,"base":"D:\\01_AA_ssr_pre\\sannongzixunwang_web\\server","ignore":["**/node_modules/**","**/.git/**"]}));
-storage.mount('build', unstorage_47drivers_47fs({"driver":"fs","readOnly":false,"base":"D:\\01_AA_ssr_pre\\sannongzixunwang_web\\.nuxt","ignore":["**/node_modules/**","**/.git/**"]}));
-storage.mount('cache', unstorage_47drivers_47fs({"driver":"fs","readOnly":false,"base":"D:\\01_AA_ssr_pre\\sannongzixunwang_web\\.nuxt\\cache","ignore":["**/node_modules/**","**/.git/**"]}));
-storage.mount('data', unstorage_47drivers_47fs({"driver":"fs","base":"D:\\01_AA_ssr_pre\\sannongzixunwang_web\\.data\\kv","ignore":["**/node_modules/**","**/.git/**"]}));
+storage.mount('root', unstorage_47drivers_47fs({"driver":"fs","readOnly":true,"base":"D:\\MyProject\\gogs\\sannongzixunwang_web_ssr\\sannongzixunwang_web","ignore":["**/node_modules/**","**/.git/**"]}));
+storage.mount('src', unstorage_47drivers_47fs({"driver":"fs","readOnly":true,"base":"D:\\MyProject\\gogs\\sannongzixunwang_web_ssr\\sannongzixunwang_web\\server","ignore":["**/node_modules/**","**/.git/**"]}));
+storage.mount('build', unstorage_47drivers_47fs({"driver":"fs","readOnly":false,"base":"D:\\MyProject\\gogs\\sannongzixunwang_web_ssr\\sannongzixunwang_web\\.nuxt","ignore":["**/node_modules/**","**/.git/**"]}));
+storage.mount('cache', unstorage_47drivers_47fs({"driver":"fs","readOnly":false,"base":"D:\\MyProject\\gogs\\sannongzixunwang_web_ssr\\sannongzixunwang_web\\.nuxt\\cache","ignore":["**/node_modules/**","**/.git/**"]}));
+storage.mount('data', unstorage_47drivers_47fs({"driver":"fs","base":"D:\\MyProject\\gogs\\sannongzixunwang_web_ssr\\sannongzixunwang_web\\.data\\kv","ignore":["**/node_modules/**","**/.git/**"]}));
 
 function useStorage(base = "") {
   return base ? prefixStorage(storage, base) : storage;
@@ -1167,8 +1167,8 @@ function publicAssetsURL(...path) {
 
 globalThis.__buildAssetsURL = buildAssetsURL;
 globalThis.__publicAssetsURL = publicAssetsURL;
-const getClientManifest = () => import('file://D:/01_AA_ssr_pre/sannongzixunwang_web/.nuxt/dist/server/client.manifest.mjs').then((r) => r.default || r).then((r) => typeof r === "function" ? r() : r);
-const getServerEntry = () => import('file://D:/01_AA_ssr_pre/sannongzixunwang_web/.nuxt/dist/server/server.mjs').then((r) => r.default || r);
+const getClientManifest = () => import('file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/.nuxt/dist/server/client.manifest.mjs').then((r) => r.default || r).then((r) => typeof r === "function" ? r() : r);
+const getServerEntry = () => import('file://D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/.nuxt/dist/server/server.mjs').then((r) => r.default || r);
 const getSSRStyles = lazyCachedFunction(() => Promise.resolve().then(function () { return styles$1; }).then((r) => r.default || r));
 const getSSRRenderer = lazyCachedFunction(async () => {
   const manifest = await getClientManifest();

File diff suppressed because it is too large
+ 0 - 0
.nuxt/dev/index.mjs.map


+ 2 - 808
.nuxt/dist/server/client.manifest.json

@@ -1,5 +1,4 @@
 {
-<<<<<<< Updated upstream
   "@vite/client": {
     "prefetch": true,
     "isEntry": true,
@@ -8,817 +7,12 @@
     "module": true,
     "resourceType": "script"
   },
-  "D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/nuxt/dist/app/entry.js": {
-=======
-  "_4tCxsJsQ.js": {
->>>>>>> Stashed changes
+  "D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/nuxt/dist/app/entry.js": {
     "resourceType": "script",
     "module": true,
     "prefetch": true,
     "preload": true,
-    "file": "4tCxsJsQ.js",
-    "name": "publicFunction",
-    "imports": [
-      "_DhUw87bh.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DCb8mxMO.js",
-      "_BAOl86nO.js"
-    ],
-    "css": [
-      "publicFunction.DIg_nDi3.css"
-    ]
-  },
-  "publicFunction.DIg_nDi3.css": {
-    "file": "publicFunction.DIg_nDi3.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "_B3Trpf3b.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "B3Trpf3b.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js",
-      "_LDrOZ0-g.js"
-    ]
-  },
-  "_BAOl86nO.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "BAOl86nO.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js",
-      "_LDrOZ0-g.js"
-    ]
-  },
-  "_BL7tLFsu.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "BL7tLFsu.js",
-    "name": "foot1",
-    "imports": [
-      "_DhUw87bh.js",
-      "node_modules/nuxt/dist/app/entry.js"
-    ],
-    "css": [
-      "foot1.B6Iy1ZgG.css"
-    ]
-  },
-  "foot1.B6Iy1ZgG.css": {
-    "file": "foot1.B6Iy1ZgG.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "_BUM6mosb.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "BUM6mosb.js",
-    "name": "index",
-    "imports": [
-      "_DhUw87bh.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_LDrOZ0-g.js",
-      "_DCb8mxMO.js",
-      "_D52PBlVl.js"
-    ]
-  },
-  "_BXTm0ibM.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "BXTm0ibM.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js",
-      "_DCb8mxMO.js",
-      "_LDrOZ0-g.js",
-      "_B3Trpf3b.js"
-    ]
-  },
-  "_BZPwWbmn.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "BZPwWbmn.js",
-    "name": "status",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DCb8mxMO.js",
-      "_DhUw87bh.js",
-      "_LDrOZ0-g.js",
-      "_DdkkIZc_.js",
-      "_BXTm0ibM.js"
-    ],
-    "css": [
-      "status.CwCqeKJH.css"
-    ]
-  },
-  "status.CwCqeKJH.css": {
-    "file": "status.CwCqeKJH.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "_B_ztiYQB.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "B_ztiYQB.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js"
-    ]
-  },
-  "_CcJBD8-b.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "CcJBD8-b.js",
-    "name": "HotNews2",
-    "imports": [
-      "_DhUw87bh.js",
-      "node_modules/nuxt/dist/app/entry.js"
-    ],
-    "css": [
-      "HotNews2.DiLSNQHa.css"
-    ]
-  },
-  "HotNews2.DiLSNQHa.css": {
-    "file": "HotNews2.DiLSNQHa.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "_CmTbk0jS.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "CmTbk0jS.js",
-    "name": "pageNavigation1",
-    "imports": [
-      "_DhUw87bh.js",
-      "node_modules/nuxt/dist/app/entry.js"
-    ],
-    "css": [
-      "pageNavigation1.CuT5EAa-.css"
-    ]
-  },
-  "pageNavigation1.CuT5EAa-.css": {
-    "file": "pageNavigation1.CuT5EAa-.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "_D52PBlVl.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "D52PBlVl.js",
-    "name": "index",
-    "imports": [
-      "_DhUw87bh.js",
-      "node_modules/nuxt/dist/app/entry.js"
-    ]
-  },
-  "_DCb8mxMO.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "DCb8mxMO.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js",
-      "_LDrOZ0-g.js"
-    ]
-  },
-  "_DUmbpPn8.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "DUmbpPn8.js",
-    "name": "TopTen",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js"
-    ],
-    "css": [
-      "TopTen.B06sivl2.css"
-    ]
-  },
-  "TopTen.B06sivl2.css": {
-    "file": "TopTen.B06sivl2.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "_DdkkIZc_.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "DdkkIZc_.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js",
-      "_LDrOZ0-g.js"
-    ]
-  },
-  "_DhUw87bh.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "DhUw87bh.js",
-    "name": "pageHead",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js"
-    ],
-    "css": [
-      "pageHead.zchp-JB2.css"
-    ]
-  },
-  "pageHead.zchp-JB2.css": {
-    "file": "pageHead.zchp-JB2.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "_DslIXb95.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "DslIXb95.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js",
-      "_D52PBlVl.js",
-      "_DCb8mxMO.js"
-    ]
-  },
-  "_HotNews2.DiLSNQHa.css": {
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true,
-    "file": "HotNews2.DiLSNQHa.css",
-    "src": "_HotNews2.DiLSNQHa.css"
-  },
-  "_LDrOZ0-g.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "LDrOZ0-g.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js"
-    ]
-  },
-  "_TopTen.B06sivl2.css": {
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true,
-    "file": "TopTen.B06sivl2.css",
-    "src": "_TopTen.B06sivl2.css"
-  },
-  "_foot1.B6Iy1ZgG.css": {
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true,
-    "file": "foot1.B6Iy1ZgG.css",
-    "src": "_foot1.B6Iy1ZgG.css"
-  },
-  "_m9CkyVCY.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "m9CkyVCY.js",
-    "name": "index",
-    "imports": [
-      "_DhUw87bh.js",
-      "_LDrOZ0-g.js",
-      "node_modules/nuxt/dist/app/entry.js"
-    ]
-  },
-  "_pageHead.zchp-JB2.css": {
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true,
-    "file": "pageHead.zchp-JB2.css",
-    "src": "_pageHead.zchp-JB2.css"
-  },
-  "_pageNavigation1.CuT5EAa-.css": {
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true,
-    "file": "pageNavigation1.CuT5EAa-.css",
-    "src": "_pageNavigation1.CuT5EAa-.css"
-  },
-  "_publicFunction.DIg_nDi3.css": {
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true,
-    "file": "publicFunction.DIg_nDi3.css",
-    "src": "_publicFunction.DIg_nDi3.css"
-  },
-  "_status.CwCqeKJH.css": {
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true,
-    "file": "status.CwCqeKJH.css",
-    "src": "_status.CwCqeKJH.css"
-  },
-  "_yHxGdRHg.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "yHxGdRHg.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js",
-      "_LDrOZ0-g.js"
-    ]
-  },
-  "middleware/auth.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "0j9It3v1.js",
-    "name": "auth",
-    "src": "middleware/auth.js",
-    "isDynamicEntry": true
-  },
-  "node_modules/nuxt/dist/app/entry.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "CSuFIKe5.js",
-    "name": "entry",
-    "src": "node_modules/nuxt/dist/app/entry.js",
     "isEntry": true,
-<<<<<<< Updated upstream
-    "file": "D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/nuxt/dist/app/entry.js"
-=======
-    "dynamicImports": [
-      "middleware/auth.js"
-    ],
-    "css": [
-      "entry.BBvX8a_U.css"
-    ],
-    "assets": [
-      "tubiao1.6lb5zJyu.png",
-      "tubiao2.DR-DvYS6.png",
-      "404.YizNGDMD.png"
-    ],
-    "_globalCSS": true
-  },
-  "entry.BBvX8a_U.css": {
-    "file": "entry.BBvX8a_U.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "tubiao1.6lb5zJyu.png": {
-    "file": "tubiao1.6lb5zJyu.png",
-    "resourceType": "image",
-    "prefetch": true,
-    "mimeType": "image/png"
-  },
-  "tubiao2.DR-DvYS6.png": {
-    "file": "tubiao2.DR-DvYS6.png",
-    "resourceType": "image",
-    "prefetch": true,
-    "mimeType": "image/png"
-  },
-  "404.YizNGDMD.png": {
-    "file": "404.YizNGDMD.png",
-    "resourceType": "image",
-    "prefetch": true,
-    "mimeType": "image/png"
-  },
-  "pages/advertising/adDetail.vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "DZDuTY_5.js",
-    "name": "adDetail",
-    "src": "pages/advertising/adDetail.vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_BZPwWbmn.js",
-      "_BL7tLFsu.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DCb8mxMO.js",
-      "_LDrOZ0-g.js",
-      "_DdkkIZc_.js",
-      "_BXTm0ibM.js",
-      "_B3Trpf3b.js"
-    ],
-    "css": []
-  },
-  "adDetail.u8ZEpNcv.css": {
-    "file": "adDetail.u8ZEpNcv.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/advertising/index.vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "Do7lfsD0.js",
-    "name": "index",
-    "src": "pages/advertising/index.vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_BZPwWbmn.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_BUM6mosb.js",
-      "_m9CkyVCY.js",
-      "_BAOl86nO.js",
-      "_BL7tLFsu.js",
-      "_DCb8mxMO.js",
-      "_LDrOZ0-g.js",
-      "_B3Trpf3b.js",
-      "_yHxGdRHg.js",
-      "_DdkkIZc_.js",
-      "_DslIXb95.js",
-      "_BXTm0ibM.js",
-      "_D52PBlVl.js"
-    ],
-    "css": []
-  },
-  "index.iI4le9dd.css": {
-    "file": "index.iI4le9dd.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/index.vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "BoKYOQn1.js",
-    "name": "index",
-    "src": "pages/index.vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_4tCxsJsQ.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DslIXb95.js",
-      "_DUmbpPn8.js",
-      "_BAOl86nO.js",
-      "_yHxGdRHg.js",
-      "_B3Trpf3b.js",
-      "_DdkkIZc_.js",
-      "_DCb8mxMO.js",
-      "_LDrOZ0-g.js",
-      "_D52PBlVl.js"
-    ],
-    "css": [],
-    "assets": [
-      "sndc.C2AWBCR5.png"
-    ]
-  },
-  "index.D1U40MGG.css": {
-    "file": "index.D1U40MGG.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "sndc.C2AWBCR5.png": {
-    "file": "sndc.C2AWBCR5.png",
-    "resourceType": "image",
-    "prefetch": true,
-    "mimeType": "image/png"
-  },
-  "pages/login.vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "DxsRxWOK.js",
-    "name": "login",
-    "src": "pages/login.vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js"
-    ],
-    "css": []
-  },
-  "login.B38gbU7i.css": {
-    "file": "login.B38gbU7i.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/newsDetail/[id].vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "Dap8-gVT.js",
-    "name": "_id_",
-    "src": "pages/newsDetail/[id].vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_DUmbpPn8.js",
-      "_CcJBD8-b.js",
-      "_BL7tLFsu.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_BAOl86nO.js",
-      "_B_ztiYQB.js",
-      "_yHxGdRHg.js",
-      "_B3Trpf3b.js",
-      "_DdkkIZc_.js",
-      "_LDrOZ0-g.js"
-    ],
-    "css": []
-  },
-  "_id_.vjuJKv2P.css": {
-    "file": "_id_.vjuJKv2P.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/newsList/[id].vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "8mAMBo25.js",
-    "name": "_id_",
-    "src": "pages/newsList/[id].vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_DUmbpPn8.js",
-      "_CcJBD8-b.js",
-      "_BL7tLFsu.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_B_ztiYQB.js",
-      "_BXTm0ibM.js",
-      "_DCb8mxMO.js",
-      "_LDrOZ0-g.js",
-      "_B3Trpf3b.js"
-    ],
-    "css": []
-  },
-  "_id_.C-s3MraB.css": {
-    "file": "_id_.C-s3MraB.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/primaryNavigation/[id].vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "DOvA-86a.js",
-    "name": "_id_",
-    "src": "pages/primaryNavigation/[id].vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_4tCxsJsQ.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DUmbpPn8.js",
-      "_DslIXb95.js",
-      "_BL7tLFsu.js",
-      "_DCb8mxMO.js",
-      "_LDrOZ0-g.js",
-      "_BAOl86nO.js",
-      "_D52PBlVl.js"
-    ],
-    "css": []
-  },
-  "_id_.D1YZ9unR.css": {
-    "file": "_id_.D1YZ9unR.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/search/[id].vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "8RkLC2kK.js",
-    "name": "_id_",
-    "src": "pages/search/[id].vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_DUmbpPn8.js",
-      "_BL7tLFsu.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_B_ztiYQB.js",
-      "_BXTm0ibM.js",
-      "_DCb8mxMO.js",
-      "_LDrOZ0-g.js",
-      "_B3Trpf3b.js"
-    ],
-    "css": []
-  },
-  "_id_.D_M_9Z05.css": {
-    "file": "_id_.D_M_9Z05.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/speciaArticle/[id].vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "vnxghbXx.js",
-    "name": "_id_",
-    "src": "pages/speciaArticle/[id].vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_DUmbpPn8.js",
-      "_BL7tLFsu.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_B_ztiYQB.js"
-    ],
-    "css": []
-  },
-  "_id_.CuqHyZMi.css": {
-    "file": "_id_.CuqHyZMi.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/specialList/[id].vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "HE-jMVT7.js",
-    "name": "_id_",
-    "src": "pages/specialList/[id].vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_DUmbpPn8.js",
-      "_BL7tLFsu.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_B_ztiYQB.js"
-    ],
-    "css": []
-  },
-  "_id_.DeP1RQne.css": {
-    "file": "_id_.DeP1RQne.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/topic/[id].vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "ifbHcZtw.js",
-    "name": "_id_",
-    "src": "pages/topic/[id].vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_BL7tLFsu.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_m9CkyVCY.js",
-      "_B3Trpf3b.js",
-      "_BAOl86nO.js",
-      "_BXTm0ibM.js",
-      "_LDrOZ0-g.js",
-      "_DCb8mxMO.js"
-    ],
-    "css": []
-  },
-  "_id_.B8xLMiS_.css": {
-    "file": "_id_.B8xLMiS_.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/topic/index.vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "B3dxU3LU.js",
-    "name": "index",
-    "src": "pages/topic/index.vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_BL7tLFsu.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_BUM6mosb.js",
-      "_BXTm0ibM.js",
-      "_LDrOZ0-g.js",
-      "_DCb8mxMO.js",
-      "_D52PBlVl.js",
-      "_B3Trpf3b.js"
-    ],
-    "css": []
-  },
-  "index.DmxC_wPZ.css": {
-    "file": "index.DmxC_wPZ.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/user/about.vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "Btiqc-TN.js",
-    "name": "about",
-    "src": "pages/user/about.vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js"
-    ]
-  },
-  "public/error/404.png": {
-    "resourceType": "image",
-    "prefetch": true,
-    "mimeType": "image/png",
-    "file": "404.YizNGDMD.png",
-    "src": "public/error/404.png"
-  },
-  "public/index/sndc.png": {
-    "resourceType": "image",
-    "prefetch": true,
-    "mimeType": "image/png",
-    "file": "sndc.C2AWBCR5.png",
-    "src": "public/index/sndc.png"
-  },
-  "public/index/tubiao1.png": {
-    "resourceType": "image",
-    "prefetch": true,
-    "mimeType": "image/png",
-    "file": "tubiao1.6lb5zJyu.png",
-    "src": "public/index/tubiao1.png"
-  },
-  "public/index/tubiao2.png": {
-    "resourceType": "image",
-    "prefetch": true,
-    "mimeType": "image/png",
-    "file": "tubiao2.DR-DvYS6.png",
-    "src": "public/index/tubiao2.png"
->>>>>>> Stashed changes
+    "file": "D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/nuxt/dist/app/entry.js"
   }
 }

+ 1 - 812
.nuxt/dist/server/client.manifest.mjs

@@ -1,812 +1 @@
-<<<<<<< Updated upstream
-export { default } from "file:///D:/01_AA_ssr_pre/sannongzixunwang_web/node_modules/@nuxt/vite-builder/dist/runtime/client.manifest.mjs"
-=======
-export default {
-  "_4tCxsJsQ.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "4tCxsJsQ.js",
-    "name": "publicFunction",
-    "imports": [
-      "_DhUw87bh.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DCb8mxMO.js",
-      "_BAOl86nO.js"
-    ],
-    "css": [
-      "publicFunction.DIg_nDi3.css"
-    ]
-  },
-  "publicFunction.DIg_nDi3.css": {
-    "file": "publicFunction.DIg_nDi3.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "_B3Trpf3b.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "B3Trpf3b.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js",
-      "_LDrOZ0-g.js"
-    ]
-  },
-  "_BAOl86nO.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "BAOl86nO.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js",
-      "_LDrOZ0-g.js"
-    ]
-  },
-  "_BL7tLFsu.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "BL7tLFsu.js",
-    "name": "foot1",
-    "imports": [
-      "_DhUw87bh.js",
-      "node_modules/nuxt/dist/app/entry.js"
-    ],
-    "css": [
-      "foot1.B6Iy1ZgG.css"
-    ]
-  },
-  "foot1.B6Iy1ZgG.css": {
-    "file": "foot1.B6Iy1ZgG.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "_BUM6mosb.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "BUM6mosb.js",
-    "name": "index",
-    "imports": [
-      "_DhUw87bh.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_LDrOZ0-g.js",
-      "_DCb8mxMO.js",
-      "_D52PBlVl.js"
-    ]
-  },
-  "_BXTm0ibM.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "BXTm0ibM.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js",
-      "_DCb8mxMO.js",
-      "_LDrOZ0-g.js",
-      "_B3Trpf3b.js"
-    ]
-  },
-  "_BZPwWbmn.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "BZPwWbmn.js",
-    "name": "status",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DCb8mxMO.js",
-      "_DhUw87bh.js",
-      "_LDrOZ0-g.js",
-      "_DdkkIZc_.js",
-      "_BXTm0ibM.js"
-    ],
-    "css": [
-      "status.CwCqeKJH.css"
-    ]
-  },
-  "status.CwCqeKJH.css": {
-    "file": "status.CwCqeKJH.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "_B_ztiYQB.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "B_ztiYQB.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js"
-    ]
-  },
-  "_CcJBD8-b.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "CcJBD8-b.js",
-    "name": "HotNews2",
-    "imports": [
-      "_DhUw87bh.js",
-      "node_modules/nuxt/dist/app/entry.js"
-    ],
-    "css": [
-      "HotNews2.DiLSNQHa.css"
-    ]
-  },
-  "HotNews2.DiLSNQHa.css": {
-    "file": "HotNews2.DiLSNQHa.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "_CmTbk0jS.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "CmTbk0jS.js",
-    "name": "pageNavigation1",
-    "imports": [
-      "_DhUw87bh.js",
-      "node_modules/nuxt/dist/app/entry.js"
-    ],
-    "css": [
-      "pageNavigation1.CuT5EAa-.css"
-    ]
-  },
-  "pageNavigation1.CuT5EAa-.css": {
-    "file": "pageNavigation1.CuT5EAa-.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "_D52PBlVl.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "D52PBlVl.js",
-    "name": "index",
-    "imports": [
-      "_DhUw87bh.js",
-      "node_modules/nuxt/dist/app/entry.js"
-    ]
-  },
-  "_DCb8mxMO.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "DCb8mxMO.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js",
-      "_LDrOZ0-g.js"
-    ]
-  },
-  "_DUmbpPn8.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "DUmbpPn8.js",
-    "name": "TopTen",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js"
-    ],
-    "css": [
-      "TopTen.B06sivl2.css"
-    ]
-  },
-  "TopTen.B06sivl2.css": {
-    "file": "TopTen.B06sivl2.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "_DdkkIZc_.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "DdkkIZc_.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js",
-      "_LDrOZ0-g.js"
-    ]
-  },
-  "_DhUw87bh.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "DhUw87bh.js",
-    "name": "pageHead",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js"
-    ],
-    "css": [
-      "pageHead.zchp-JB2.css"
-    ]
-  },
-  "pageHead.zchp-JB2.css": {
-    "file": "pageHead.zchp-JB2.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "_DslIXb95.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "DslIXb95.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js",
-      "_D52PBlVl.js",
-      "_DCb8mxMO.js"
-    ]
-  },
-  "_HotNews2.DiLSNQHa.css": {
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true,
-    "file": "HotNews2.DiLSNQHa.css",
-    "src": "_HotNews2.DiLSNQHa.css"
-  },
-  "_LDrOZ0-g.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "LDrOZ0-g.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js"
-    ]
-  },
-  "_TopTen.B06sivl2.css": {
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true,
-    "file": "TopTen.B06sivl2.css",
-    "src": "_TopTen.B06sivl2.css"
-  },
-  "_foot1.B6Iy1ZgG.css": {
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true,
-    "file": "foot1.B6Iy1ZgG.css",
-    "src": "_foot1.B6Iy1ZgG.css"
-  },
-  "_m9CkyVCY.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "m9CkyVCY.js",
-    "name": "index",
-    "imports": [
-      "_DhUw87bh.js",
-      "_LDrOZ0-g.js",
-      "node_modules/nuxt/dist/app/entry.js"
-    ]
-  },
-  "_pageHead.zchp-JB2.css": {
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true,
-    "file": "pageHead.zchp-JB2.css",
-    "src": "_pageHead.zchp-JB2.css"
-  },
-  "_pageNavigation1.CuT5EAa-.css": {
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true,
-    "file": "pageNavigation1.CuT5EAa-.css",
-    "src": "_pageNavigation1.CuT5EAa-.css"
-  },
-  "_publicFunction.DIg_nDi3.css": {
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true,
-    "file": "publicFunction.DIg_nDi3.css",
-    "src": "_publicFunction.DIg_nDi3.css"
-  },
-  "_status.CwCqeKJH.css": {
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true,
-    "file": "status.CwCqeKJH.css",
-    "src": "_status.CwCqeKJH.css"
-  },
-  "_yHxGdRHg.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "yHxGdRHg.js",
-    "name": "index",
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DhUw87bh.js",
-      "_LDrOZ0-g.js"
-    ]
-  },
-  "middleware/auth.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "0j9It3v1.js",
-    "name": "auth",
-    "src": "middleware/auth.js",
-    "isDynamicEntry": true
-  },
-  "node_modules/nuxt/dist/app/entry.js": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "CSuFIKe5.js",
-    "name": "entry",
-    "src": "node_modules/nuxt/dist/app/entry.js",
-    "isEntry": true,
-    "dynamicImports": [
-      "middleware/auth.js"
-    ],
-    "css": [
-      "entry.BBvX8a_U.css"
-    ],
-    "assets": [
-      "tubiao1.6lb5zJyu.png",
-      "tubiao2.DR-DvYS6.png",
-      "404.YizNGDMD.png"
-    ],
-    "_globalCSS": true
-  },
-  "entry.BBvX8a_U.css": {
-    "file": "entry.BBvX8a_U.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "tubiao1.6lb5zJyu.png": {
-    "file": "tubiao1.6lb5zJyu.png",
-    "resourceType": "image",
-    "prefetch": true,
-    "mimeType": "image/png"
-  },
-  "tubiao2.DR-DvYS6.png": {
-    "file": "tubiao2.DR-DvYS6.png",
-    "resourceType": "image",
-    "prefetch": true,
-    "mimeType": "image/png"
-  },
-  "404.YizNGDMD.png": {
-    "file": "404.YizNGDMD.png",
-    "resourceType": "image",
-    "prefetch": true,
-    "mimeType": "image/png"
-  },
-  "pages/advertising/adDetail.vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "DZDuTY_5.js",
-    "name": "adDetail",
-    "src": "pages/advertising/adDetail.vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_BZPwWbmn.js",
-      "_BL7tLFsu.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DCb8mxMO.js",
-      "_LDrOZ0-g.js",
-      "_DdkkIZc_.js",
-      "_BXTm0ibM.js",
-      "_B3Trpf3b.js"
-    ],
-    "css": []
-  },
-  "adDetail.u8ZEpNcv.css": {
-    "file": "adDetail.u8ZEpNcv.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/advertising/index.vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "Do7lfsD0.js",
-    "name": "index",
-    "src": "pages/advertising/index.vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_BZPwWbmn.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_BUM6mosb.js",
-      "_m9CkyVCY.js",
-      "_BAOl86nO.js",
-      "_BL7tLFsu.js",
-      "_DCb8mxMO.js",
-      "_LDrOZ0-g.js",
-      "_B3Trpf3b.js",
-      "_yHxGdRHg.js",
-      "_DdkkIZc_.js",
-      "_DslIXb95.js",
-      "_BXTm0ibM.js",
-      "_D52PBlVl.js"
-    ],
-    "css": []
-  },
-  "index.iI4le9dd.css": {
-    "file": "index.iI4le9dd.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/index.vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "BoKYOQn1.js",
-    "name": "index",
-    "src": "pages/index.vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_4tCxsJsQ.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DslIXb95.js",
-      "_DUmbpPn8.js",
-      "_BAOl86nO.js",
-      "_yHxGdRHg.js",
-      "_B3Trpf3b.js",
-      "_DdkkIZc_.js",
-      "_DCb8mxMO.js",
-      "_LDrOZ0-g.js",
-      "_D52PBlVl.js"
-    ],
-    "css": [],
-    "assets": [
-      "sndc.C2AWBCR5.png"
-    ]
-  },
-  "index.D1U40MGG.css": {
-    "file": "index.D1U40MGG.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "sndc.C2AWBCR5.png": {
-    "file": "sndc.C2AWBCR5.png",
-    "resourceType": "image",
-    "prefetch": true,
-    "mimeType": "image/png"
-  },
-  "pages/login.vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "DxsRxWOK.js",
-    "name": "login",
-    "src": "pages/login.vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js"
-    ],
-    "css": []
-  },
-  "login.B38gbU7i.css": {
-    "file": "login.B38gbU7i.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/newsDetail/[id].vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "Dap8-gVT.js",
-    "name": "_id_",
-    "src": "pages/newsDetail/[id].vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_DUmbpPn8.js",
-      "_CcJBD8-b.js",
-      "_BL7tLFsu.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_BAOl86nO.js",
-      "_B_ztiYQB.js",
-      "_yHxGdRHg.js",
-      "_B3Trpf3b.js",
-      "_DdkkIZc_.js",
-      "_LDrOZ0-g.js"
-    ],
-    "css": []
-  },
-  "_id_.vjuJKv2P.css": {
-    "file": "_id_.vjuJKv2P.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/newsList/[id].vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "8mAMBo25.js",
-    "name": "_id_",
-    "src": "pages/newsList/[id].vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_DUmbpPn8.js",
-      "_CcJBD8-b.js",
-      "_BL7tLFsu.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_B_ztiYQB.js",
-      "_BXTm0ibM.js",
-      "_DCb8mxMO.js",
-      "_LDrOZ0-g.js",
-      "_B3Trpf3b.js"
-    ],
-    "css": []
-  },
-  "_id_.C-s3MraB.css": {
-    "file": "_id_.C-s3MraB.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/primaryNavigation/[id].vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "DOvA-86a.js",
-    "name": "_id_",
-    "src": "pages/primaryNavigation/[id].vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_4tCxsJsQ.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_DUmbpPn8.js",
-      "_DslIXb95.js",
-      "_BL7tLFsu.js",
-      "_DCb8mxMO.js",
-      "_LDrOZ0-g.js",
-      "_BAOl86nO.js",
-      "_D52PBlVl.js"
-    ],
-    "css": []
-  },
-  "_id_.D1YZ9unR.css": {
-    "file": "_id_.D1YZ9unR.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/search/[id].vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "8RkLC2kK.js",
-    "name": "_id_",
-    "src": "pages/search/[id].vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_DUmbpPn8.js",
-      "_BL7tLFsu.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_B_ztiYQB.js",
-      "_BXTm0ibM.js",
-      "_DCb8mxMO.js",
-      "_LDrOZ0-g.js",
-      "_B3Trpf3b.js"
-    ],
-    "css": []
-  },
-  "_id_.D_M_9Z05.css": {
-    "file": "_id_.D_M_9Z05.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/speciaArticle/[id].vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "vnxghbXx.js",
-    "name": "_id_",
-    "src": "pages/speciaArticle/[id].vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_DUmbpPn8.js",
-      "_BL7tLFsu.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_B_ztiYQB.js"
-    ],
-    "css": []
-  },
-  "_id_.CuqHyZMi.css": {
-    "file": "_id_.CuqHyZMi.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/specialList/[id].vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "HE-jMVT7.js",
-    "name": "_id_",
-    "src": "pages/specialList/[id].vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_DUmbpPn8.js",
-      "_BL7tLFsu.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_B_ztiYQB.js"
-    ],
-    "css": []
-  },
-  "_id_.DeP1RQne.css": {
-    "file": "_id_.DeP1RQne.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/topic/[id].vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "ifbHcZtw.js",
-    "name": "_id_",
-    "src": "pages/topic/[id].vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_BL7tLFsu.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_m9CkyVCY.js",
-      "_B3Trpf3b.js",
-      "_BAOl86nO.js",
-      "_BXTm0ibM.js",
-      "_LDrOZ0-g.js",
-      "_DCb8mxMO.js"
-    ],
-    "css": []
-  },
-  "_id_.B8xLMiS_.css": {
-    "file": "_id_.B8xLMiS_.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/topic/index.vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "B3dxU3LU.js",
-    "name": "index",
-    "src": "pages/topic/index.vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "_DhUw87bh.js",
-      "_CmTbk0jS.js",
-      "_BL7tLFsu.js",
-      "node_modules/nuxt/dist/app/entry.js",
-      "_BUM6mosb.js",
-      "_BXTm0ibM.js",
-      "_LDrOZ0-g.js",
-      "_DCb8mxMO.js",
-      "_D52PBlVl.js",
-      "_B3Trpf3b.js"
-    ],
-    "css": []
-  },
-  "index.DmxC_wPZ.css": {
-    "file": "index.DmxC_wPZ.css",
-    "resourceType": "style",
-    "prefetch": true,
-    "preload": true
-  },
-  "pages/user/about.vue": {
-    "resourceType": "script",
-    "module": true,
-    "prefetch": true,
-    "preload": true,
-    "file": "Btiqc-TN.js",
-    "name": "about",
-    "src": "pages/user/about.vue",
-    "isDynamicEntry": true,
-    "imports": [
-      "node_modules/nuxt/dist/app/entry.js"
-    ]
-  },
-  "public/error/404.png": {
-    "resourceType": "image",
-    "prefetch": true,
-    "mimeType": "image/png",
-    "file": "404.YizNGDMD.png",
-    "src": "public/error/404.png"
-  },
-  "public/index/sndc.png": {
-    "resourceType": "image",
-    "prefetch": true,
-    "mimeType": "image/png",
-    "file": "sndc.C2AWBCR5.png",
-    "src": "public/index/sndc.png"
-  },
-  "public/index/tubiao1.png": {
-    "resourceType": "image",
-    "prefetch": true,
-    "mimeType": "image/png",
-    "file": "tubiao1.6lb5zJyu.png",
-    "src": "public/index/tubiao1.png"
-  },
-  "public/index/tubiao2.png": {
-    "resourceType": "image",
-    "prefetch": true,
-    "mimeType": "image/png",
-    "file": "tubiao2.DR-DvYS6.png",
-    "src": "public/index/tubiao2.png"
-  }
-}
->>>>>>> Stashed changes
+export { default } from "file:///D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/@nuxt/vite-builder/dist/runtime/client.manifest.mjs"

File diff suppressed because it is too large
+ 0 - 1259
.nuxt/dist/server/server.mjs


+ 1 - 0
.nuxt/imports.d.ts

@@ -33,4 +33,5 @@ export { getTime, getTitleLength } from '../composables/publicFunction';
 export { seoSetup } from '../composables/useSeo';
 export { default as proxy } from '../utils/proxy';
 export { apiUse, asyncFetchData, fGET, fPOST, fPUT, fDELETE, GET, POST, PUT, DELETE } from '../utils/request';
+export { useNuxtDevTools } from '../node_modules/@nuxt/devtools/dist/runtime/use-nuxt-devtools';
 export { definePageMeta } from '../node_modules/nuxt/dist/pages/runtime/composables';

+ 1 - 5
.nuxt/manifest/latest.json

@@ -1,5 +1 @@
-<<<<<<< Updated upstream
-{"id":"dev","timestamp":1742520715386}
-=======
-{"id":"a604f263-e8a1-4dec-ae4b-e5094ebd7b60","timestamp":1742521912061}
->>>>>>> Stashed changes
+{"id":"dev","timestamp":1742522048041}

+ 0 - 1
.nuxt/manifest/meta/a3ac4d52-dba8-4dd3-8736-8417734fe6be.json

@@ -1 +0,0 @@
-{}

+ 0 - 1
.nuxt/manifest/meta/a604f263-e8a1-4dec-ae4b-e5094ebd7b60.json

@@ -1 +0,0 @@
-{"id":"a604f263-e8a1-4dec-ae4b-e5094ebd7b60","timestamp":1742521912061,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}

+ 1 - 1
.nuxt/manifest/meta/dev.json

@@ -1 +1 @@
-{"id":"dev","timestamp":1742520715386,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
+{"id":"dev","timestamp":1742522048041,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}

+ 3 - 3
.nuxt/nitro.json

@@ -1,5 +1,5 @@
 {
-  "date": "2025-03-21T01:32:05.701Z",
+  "date": "2025-03-21T01:54:11.409Z",
   "preset": "nitro-dev",
   "framework": {
     "name": "nuxt",
@@ -9,9 +9,9 @@
     "nitro": "2.10.4"
   },
   "dev": {
-    "pid": 8832,
+    "pid": 22476,
     "workerAddress": {
-      "socketPath": "\\\\.\\pipe\\nitro\\worker-8832-1.sock"
+      "socketPath": "\\\\.\\pipe\\nitro\\worker-22476-1.sock"
     }
   }
 }

+ 0 - 9
.nuxt/nuxt.json

@@ -1,9 +0,0 @@
-{
-  "_hash": "12ZOucNUoJ",
-  "project": {
-    "rootDir": "D:/01_AA_ssr_pre/sannongzixunwang_web"
-  },
-  "versions": {
-    "nuxt": "3.15.2"
-  }
-}

+ 1 - 1
.nuxt/tsconfig.json

@@ -102,7 +102,7 @@
         "./imports"
       ],
       "#app-manifest": [
-        "./manifest/meta/a604f263-e8a1-4dec-ae4b-e5094ebd7b60.json"
+        "./manifest/meta/dev.json"
       ],
       "#components": [
         "./components"

+ 1 - 0
.nuxt/types/build.d.ts

@@ -11,6 +11,7 @@ declare module "#build/paths.mjs";
 declare module "#build/root-component.mjs";
 declare module "#build/plugins.server.mjs";
 declare module "#build/test-component-wrapper.mjs";
+declare module "#build/devtools/settings.mjs";
 declare module "#build/routes.mjs";
 declare module "#build/pages.mjs";
 declare module "#build/router.options.mjs";

+ 2 - 0
.nuxt/types/imports.d.ts

@@ -130,6 +130,7 @@ declare global {
   const useModel: typeof import('vue')['useModel']
   const useNuxtApp: typeof import('../../node_modules/nuxt/dist/app/nuxt')['useNuxtApp']
   const useNuxtData: typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['useNuxtData']
+  const useNuxtDevTools: typeof import('../../node_modules/@nuxt/devtools/dist/runtime/use-nuxt-devtools')['useNuxtDevTools']
   const usePreviewMode: typeof import('../../node_modules/nuxt/dist/app/composables/preview')['usePreviewMode']
   const useRequestEvent: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestEvent']
   const useRequestFetch: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestFetch']
@@ -325,6 +326,7 @@ declare module 'vue' {
     readonly useModel: UnwrapRef<typeof import('vue')['useModel']>
     readonly useNuxtApp: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/nuxt')['useNuxtApp']>
     readonly useNuxtData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['useNuxtData']>
+    readonly useNuxtDevTools: UnwrapRef<typeof import('../../node_modules/@nuxt/devtools/dist/runtime/use-nuxt-devtools')['useNuxtDevTools']>
     readonly usePreviewMode: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/preview')['usePreviewMode']>
     readonly useRequestEvent: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestEvent']>
     readonly useRequestFetch: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestFetch']>

+ 7 - 2
.nuxt/types/plugins.d.ts

@@ -9,12 +9,17 @@ type NuxtAppInjections =
   InjectionType<typeof import("../../node_modules/nuxt/dist/app/plugins/revive-payload.client.js")> &
   InjectionType<typeof import("../../node_modules/nuxt/dist/head/runtime/plugins/unhead.js")> &
   InjectionType<typeof import("../../node_modules/nuxt/dist/pages/runtime/plugins/router.js")> &
-  InjectionType<typeof import("../../node_modules/nuxt/dist/app/plugins/payload.client.js")> &
+  InjectionType<typeof import("../../node_modules/nuxt/dist/app/plugins/browser-devtools-timing.client.js")> &
   InjectionType<typeof import("../../node_modules/nuxt/dist/app/plugins/navigation-repaint.client.js")> &
   InjectionType<typeof import("../../node_modules/nuxt/dist/app/plugins/check-outdated-build.client.js")> &
   InjectionType<typeof import("../../node_modules/nuxt/dist/app/plugins/revive-payload.server.js")> &
   InjectionType<typeof import("../../node_modules/nuxt/dist/app/plugins/chunk-reload.client.js")> &
   InjectionType<typeof import("../../node_modules/nuxt/dist/pages/runtime/plugins/prefetch.client.js")> &
+  InjectionType<typeof import("../../node_modules/nuxt/dist/pages/runtime/plugins/check-if-page-unused.js")> &
+  InjectionType<typeof import("../../node_modules/@nuxt/devtools/dist/runtime/plugins/devtools.server.js")> &
+  InjectionType<typeof import("../../node_modules/@nuxt/devtools/dist/runtime/plugins/devtools.client.js")> &
+  InjectionType<typeof import("../../node_modules/nuxt/dist/app/plugins/dev-server-logs.js")> &
+  InjectionType<typeof import("../../node_modules/nuxt/dist/app/plugins/check-if-layout-used.js")> &
   InjectionType<typeof import("../../plugins/element-plus.js")> &
   InjectionType<typeof import("../../plugins/request.js")> &
   InjectionType<typeof import("../../plugins/globals.js")> &
@@ -24,7 +29,7 @@ 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:browser-devtools-timing' | 'nuxt:revive-payload:server' | 'nuxt:chunk-reload' | 'nuxt:global-components' | 'nuxt:prefetch' | 'nuxt:checkIfPageUnused' | 'nuxt:checkIfLayoutUsed'
   }
 }
 

Some files were not shown because too many files changed in this diff