修改二维码

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-11-19 15:04:26 +08:00
parent 7439b03cfc
commit 52536d882d
50 changed files with 396 additions and 374 deletions

View File

@@ -4619,12 +4619,12 @@ const _routes = [
{
name: "details-id",
path: "/details/:id()",
component: () => import('./_id_-BE0saHaO.mjs')
component: () => import('./_id_-CWgBPvhw.mjs')
},
{
name: "index.html",
path: "/index.html",
component: () => import('./index-CFBG09WW.mjs')
component: () => import('./index-CB8j4IpY.mjs')
},
{
name: "index",
@@ -4634,7 +4634,7 @@ const _routes = [
{
name: "publish",
path: "/publish",
component: () => import('./index-g_o-63Sh.mjs')
component: () => import('./index-Br98zRMV.mjs')
}
];
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};