@@ -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