11import { defineConfig } from 'vitepress'
2+ import tailwindcss from '@tailwindcss/vite'
23
34// https://vitepress.dev/reference/site-config
45export default defineConfig ( {
6+ vite : {
7+ plugins : [ tailwindcss ( ) ] ,
8+ } ,
59 // 构建输出目录 (docs/dist/)
610 outDir : './dist' ,
711
@@ -168,7 +172,7 @@ export default defineConfig({
168172 } ,
169173 footer : {
170174 message : '基于 Apache 2.0 许可发布' ,
171- copyright : 'Copyright © 2024 Goldfish Scheme Authors ' ,
175+ copyright : 'Copyright © 2026 MoganLab ' ,
172176 } ,
173177 } ,
174178 } ,
@@ -182,7 +186,7 @@ export default defineConfig({
182186 themeConfig : {
183187 footer : {
184188 message : 'Released under the Apache 2.0 License' ,
185- copyright : 'Copyright © 2024 Goldfish Scheme Authors ' ,
189+ copyright : 'Copyright © 2026 MoganLab ' ,
186190 } ,
187191 } ,
188192 } ,
@@ -196,7 +200,7 @@ export default defineConfig({
196200 themeConfig : {
197201 footer : {
198202 message : 'Apache 2.0 ライセンスの下で公開' ,
199- copyright : 'Copyright © 2024 Goldfish Scheme Authors ' ,
203+ copyright : 'Copyright © 2026 MoganLab ' ,
200204 } ,
201205 } ,
202206 } ,
@@ -210,7 +214,7 @@ export default defineConfig({
210214 themeConfig : {
211215 footer : {
212216 message : 'Publié sous licence Apache 2.0' ,
213- copyright : 'Copyright © 2024 Goldfish Scheme Authors ' ,
217+ copyright : 'Copyright © 2026 MoganLab ' ,
214218 } ,
215219 } ,
216220 } ,
@@ -224,7 +228,7 @@ export default defineConfig({
224228 themeConfig : {
225229 footer : {
226230 message : 'Выпущено под лицензией Apache 2.0' ,
227- copyright : 'Copyright © 2024 Goldfish Scheme Authors ' ,
231+ copyright : 'Copyright © 2026 MoganLab ' ,
228232 } ,
229233 } ,
230234 } ,
0 commit comments