@@ -73,8 +73,8 @@ export default defineConfig({
73
73
{ icon : 'github' , link : 'https://github.com/vastsa/FileCodeBox' } ,
74
74
] ,
75
75
footer : {
76
- message : '基于 MIT 许可发布 ' ,
77
- copyright : 'Copyright © 2023 -present FileCodeBox' ,
76
+ message : '基于 LGPL-3.0 license 发布 ' ,
77
+ copyright : 'Copyright © 2022 -present FileCodeBox' ,
78
78
} ,
79
79
search : {
80
80
provider : 'local' ,
@@ -157,8 +157,8 @@ export default defineConfig({
157
157
{ icon : 'github' , link : 'https://github.com/vastsa/FileCodeBox' } ,
158
158
] ,
159
159
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' ,
162
162
} ,
163
163
search : {
164
164
provider : 'local' ,
@@ -182,8 +182,8 @@ export default defineConfig({
182
182
183
183
// 页脚
184
184
footer : {
185
- message : '基于 MIT 许可发布 ' ,
186
- copyright : 'Copyright © 2023 -present FileCodeBox' ,
185
+ message : '基于 LGPL-3.0 license 发布 ' ,
186
+ copyright : 'Copyright © 2022 -present FileCodeBox' ,
187
187
} ,
188
188
189
189
// 搜索
0 commit comments