From d19ad02b47fde6fa565b358cd8a53f03b9e16873 Mon Sep 17 00:00:00 2001 From: SingleMoonlight Date: Tue, 24 Sep 2024 22:49:10 +0800 Subject: [PATCH] Modify copyright --- docs/.vuepress/config.js | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 99781f2..8f81660 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -3,16 +3,9 @@ import { viteBundler } from '@vuepress/bundler-vite' import { plumeTheme } from 'vuepress-theme-plume' export const copyright = - '© ' + - new Date().getFullYear() + - ' ' + - 'ifback.com' + - ' ' + - '豫公网安备 ' + - '41152402000212号' + - ' ' + - '豫ICP备 ' + - '2021014629号-2' + '© ' + 2021 + '-' + + new Date().getFullYear() + ' ' + + 'ifback.com' export default defineUserConfig({ base: '/',