代码拉取完成,页面将自动刷新
同步操作将从 KKDP/kava-explorer 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
import colors from "vuetify/es5/util/colors";
import {
BASE_TITLE,
BASE_DESCRIPTION
} from "./assets/variables";
require("dotenv").config();
export default {
mode: "spa",
/*
** Headers of the page
*/
head: {
title: BASE_TITLE.replace(" — ", ""),
meta: [{
charset: "utf-8"
},
{
name: "viewport",
content: "width=device-width, initial-scale=1"
},
{
hid: "description",
name: "description",
content: BASE_DESCRIPTION
},
{
hid: "og-title",
name: "og:title",
content: BASE_TITLE.replace(" — ", "")
},
{
hid: "og-description",
name: "og:description",
content: BASE_DESCRIPTION
}
],
link: [{
rel: "icon",
type: "image/png",
size: "32x32",
href: "/favicon/favicon-32x32.png"
},
{
rel: "icon",
type: "image/png",
size: "256x256",
href: "/favicon/favicon-256x256.png"
}
],
script: [{
src: "https://cdn.jsdelivr.net/npm/apexcharts"
},
{
src: "https://cdn.jsdelivr.net/npm/vue-apexcharts"
}
]
},
/*
** Customize the progress-bar color
*/
loading: {
color: "#fff"
},
/*
** Global CSS
*/
css: [],
/*
** Plugins to load before mounting the App
*/
plugins: [{
src: "@/plugins/apexcharts",
ssr: false
},
{
src: "~/plugins/seo-gtag.js",
ssr: false
}
],
/*
** Nuxt.js dev-modules
*/
devModules: ["@nuxtjs/vuetify"],
/*
** Nuxt.js modules
*/
modules: ["@nuxtjs/pwa", "@nuxtjs/apollo", "@nuxtjs/dotenv"],
manifest: {
name: "Kava Explorer",
short_name: "Kava Explorer",
theme_color: "#d50000",
background_color: "#fafafa",
display: "standalone",
Scope: "/",
start_url: "/",
splash_pages: null
},
apollo: {
includeNodeModules: true,
defaultOptions: {
// See 'apollo' definition
// For example: default query options
$query: {
loadingKey: "loading"
// fetchPolicy: 'cache-and-network',
}
},
errorHandler: "~/plugins/apollo-error-handler.js",
clientConfigs: {
default: "@/apollo/config.js"
}
},
/*
** vuetify module configuration
** https://github.com/nuxt-community/vuetify-module
*/
vuetify: {
customVariables: ["~/assets/variables.scss"],
theme: {
dark: false,
themes: {
dark: {
primary: colors.blue.darken2,
accent: colors.grey.darken3,
secondary: colors.amber.darken3,
info: colors.teal.lighten1,
warning: colors.amber.base,
error: colors.deepOrange.accent4,
success: colors.green.accent3
},
light: {
primary: colors.red.accent4
}
}
},
icons: {
iconfont: "mdiSvg" // 'mdi' || 'mdiSvg' || 'md' || 'fa' || 'fa4'
}
},
/*
** Build configuration
*/
build: {
/*
** You can extend webpack config here
*/
extend(config, ctx) {}
}
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。