From 19b289d62b402909ae933fd827c5894d62dba097 Mon Sep 17 00:00:00 2001 From: Lan Date: Wed, 12 Feb 2025 15:22:18 +0800 Subject: [PATCH] feat: update docs workflow --- docs/.vitepress/config.mts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 958f39c..afb6544 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -73,8 +73,8 @@ export default defineConfig({ { icon: 'github', link: 'https://github.com/vastsa/FileCodeBox' }, ], footer: { - message: '基于 MIT 许可发布', - copyright: 'Copyright © 2023-present FileCodeBox', + message: '基于 LGPL-3.0 license 发布', + copyright: 'Copyright © 2022-present FileCodeBox', }, search: { provider: 'local', @@ -157,8 +157,8 @@ export default defineConfig({ { icon: 'github', link: 'https://github.com/vastsa/FileCodeBox' }, ], footer: { - message: 'Released under the MIT License', - copyright: 'Copyright © 2023-present FileCodeBox', + message: 'Released under the LGPL-3.0 license', + copyright: 'Copyright © 2022-present FileCodeBox', }, search: { provider: 'local', @@ -182,8 +182,8 @@ export default defineConfig({ // 页脚 footer: { - message: '基于 MIT 许可发布', - copyright: 'Copyright © 2023-present FileCodeBox', + message: '基于 LGPL-3.0 license 发布', + copyright: 'Copyright © 2022-present FileCodeBox', }, // 搜索