no message

This commit is contained in:
A1300399510
2025-02-19 19:03:28 +08:00
parent 31157ef7cc
commit 2c38811ed6
5 changed files with 33 additions and 33 deletions

View File

@@ -1,24 +1,23 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
ssr: true,
devtools: { enabled: true },
modules: ["@element-plus/nuxt"],
optimizeDeps: {
include: ['dayjs'],
},
ssr: true,
devtools: { enabled: true },
modules: ["@element-plus/nuxt"],
router: {
pages: false
},
app: {
head: {
link: [{ rel: "stylesheet", href: "//bbs.gter.net/data/cache/style_2_common.css?Z62" }],
script: [
{
src: "//bbs.gter.net/static/js/common.js",
body: true,
charset: "gb2312",
},
{
innerHTML: `
app: {
head: {
link: [{ rel: "stylesheet", href: "//bbs.gter.net/data/cache/style_2_common.css?Z62" }],
script: [
{
src: "//bbs.gter.net/static/js/common.js",
body: true,
charset: "gb2312",
},
{
innerHTML: `
window.userInfoWin = {}
STYLEID = "2";
STATICURL = "static/";
@@ -37,12 +36,12 @@ export default defineNuxtConfig({
REPORTURL = "aHR0cDovL2Jicy5ndGVyLm5ldC9mb3J1bS5waHA/dGlkPTI0MDYzNTYmZ290bz1sYXN0cG9zdA==";
SITEURL = "https://ask.gter.net/";
JSPATH = "static/js/";`,
type: "text/javascript",
charset: "utf-8",
},
],
},
},
type: "text/javascript",
charset: "utf-8",
},
],
},
},
compatibilityDate: "2025-02-19",
})
compatibilityDate: "2025-02-19",
})