Skip to content

Commit 19b289d

Browse files
committed
feat: update docs workflow
1 parent 46a4fb7 commit 19b289d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/.vitepress/config.mts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ export default defineConfig({
7373
{ icon: 'github', link: 'https://github.com/vastsa/FileCodeBox' },
7474
],
7575
footer: {
76-
message: '基于 MIT 许可发布',
77-
copyright: 'Copyright © 2023-present FileCodeBox',
76+
message: '基于 LGPL-3.0 license 发布',
77+
copyright: 'Copyright © 2022-present FileCodeBox',
7878
},
7979
search: {
8080
provider: 'local',
@@ -157,8 +157,8 @@ export default defineConfig({
157157
{ icon: 'github', link: 'https://github.com/vastsa/FileCodeBox' },
158158
],
159159
footer: {
160-
message: 'Released under the MIT License',
161-
copyright: 'Copyright © 2023-present FileCodeBox',
160+
message: 'Released under the LGPL-3.0 license',
161+
copyright: 'Copyright © 2022-present FileCodeBox',
162162
},
163163
search: {
164164
provider: 'local',
@@ -182,8 +182,8 @@ export default defineConfig({
182182

183183
// 页脚
184184
footer: {
185-
message: '基于 MIT 许可发布',
186-
copyright: 'Copyright © 2023-present FileCodeBox',
185+
message: '基于 LGPL-3.0 license 发布',
186+
copyright: 'Copyright © 2022-present FileCodeBox',
187187
},
188188

189189
// 搜索

0 commit comments

Comments
 (0)