diff --git a/app/components/JinshenHeader.vue b/app/components/JinshenHeader.vue new file mode 100644 index 0000000..6f079ed --- /dev/null +++ b/app/components/JinshenHeader.vue @@ -0,0 +1,101 @@ + + + + + \ No newline at end of file diff --git a/bun.lock b/bun.lock index 3f680ee..4087338 100644 --- a/bun.lock +++ b/bun.lock @@ -4,6 +4,7 @@ "": { "name": "nuxt-app", "dependencies": { + "@mdi/font": "^7.4.47", "@nuxt/eslint": "1.8.0", "@nuxt/fonts": "0.11.4", "@nuxt/icon": "2.0.0", @@ -237,6 +238,8 @@ "@mapbox/node-pre-gyp": ["@mapbox/node-pre-gyp@2.0.0", "", { "dependencies": { "consola": "^3.2.3", "detect-libc": "^2.0.0", "https-proxy-agent": "^7.0.5", "node-fetch": "^2.6.7", "nopt": "^8.0.0", "semver": "^7.5.3", "tar": "^7.4.0" }, "bin": { "node-pre-gyp": "bin/node-pre-gyp" } }, "sha512-llMXd39jtP0HpQLVI37Bf1m2ADlEb35GYSh1SDSLsBhR+5iCxiNGlT31yqbNtVHygHAtMy6dWFERpU2JgufhPg=="], + "@mdi/font": ["@mdi/font@7.4.47", "", {}, "sha512-43MtGpd585SNzHZPcYowu/84Vz2a2g31TvPMTm9uTiCSWzaheQySUcSyUH/46fPnuPQWof2yd0pGBtzee/IQWw=="], + "@napi-rs/wasm-runtime": ["@napi-rs/wasm-runtime@1.0.3", "", { "dependencies": { "@emnapi/core": "^1.4.5", "@emnapi/runtime": "^1.4.5", "@tybys/wasm-util": "^0.10.0" } }, "sha512-rZxtMsLwjdXkMUGC3WwsPwLNVqVqnTJT6MNIB6e+5fhMcSCPP0AOsNWuMQ5mdCq6HNjs/ZeWAEchpqeprqBD2Q=="], "@netlify/binary-info": ["@netlify/binary-info@1.0.0", "", {}, "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="], diff --git a/nuxt.config.ts b/nuxt.config.ts index ff7d925..ed2b610 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -19,7 +19,11 @@ export default defineNuxtConfig({ }, // css - css: ["@unocss/reset/tailwind.css", "~/assets/scss/index.scss"], + css: [ + "@unocss/reset/tailwind.css", + "~/assets/scss/index.scss", + "@mdi/font/css/materialdesignicons.min.css", + ], nitro: { esbuild: { diff --git a/package.json b/package.json index 5b3abe7..288d16a 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "postinstall": "nuxt prepare" }, "dependencies": { + "@mdi/font": "^7.4.47", "@nuxt/eslint": "1.8.0", "@nuxt/fonts": "0.11.4", "@nuxt/icon": "2.0.0", diff --git a/public/jinshen-logo.png b/public/jinshen-logo.png new file mode 100644 index 0000000..155a7e6 Binary files /dev/null and b/public/jinshen-logo.png differ