From a18ea9bc934fd49c4f52cf9fb161e841efb86dba Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 13 May 2025 15:41:32 +0800 Subject: [PATCH] fix --- docs/.vitepress/config.mts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 0f6f24c3c8..0d8a1e4703 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -114,9 +114,7 @@ export default defineConfig({ indexName: 'virt-spiritlhl' }, footer: { - message: 'Under (CC BY-NC-SA 4.0) License.
- Thanks to Evolution Host for providing DDoS-protected VPS support.
- Also thanks to Cloudflare and tanglu.me for the CDN.', + message: 'Under (CC BY-NC-SA 4.0) License.
Thanks to Evolution Host for providing DDoS-protected VPS support.
Also thanks to Cloudflare and tanglu.me for the CDN.', copyright: 'Copyright © 2022-present oneclickvirt' } }