From 2a05809c9cb2659d716309a203452221aad9efc7 Mon Sep 17 00:00:00 2001 From: hi2hi Date: Mon, 20 Jan 2025 13:16:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E6=96=B0=E5=A2=9E=E7=BD=91?= =?UTF-8?q?=E7=AB=99=E5=BA=95=E9=83=A8slogan=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.js | 1 + src/layout/components/footer.vue | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/public/config.js b/public/config.js index df0669a..2b175ee 100644 --- a/public/config.js +++ b/public/config.js @@ -1,5 +1,6 @@ window.$$nazhuaConfig = { // title: '哪吒监控', // 网站标题 + // footerSlogan: '不要年付!不要年付!不要年付!欢迎访问Nazhua探针', // freeAmount: '白嫖', // 免费服务的费用名称 // infinityCycle: '长期有效', // 无限周期名称 // buyBtnText: '购买', // 购买按钮文案 diff --git a/src/layout/components/footer.vue b/src/layout/components/footer.vue index 4277aa5..eb6aa8d 100644 --- a/src/layout/components/footer.vue +++ b/src/layout/components/footer.vue @@ -1,5 +1,11 @@