diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index f7d7013..ddd3545 100755 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -69,7 +69,7 @@ export default withPwa(defineConfig({ ], footer: { - message: 'Released under the MIT License. Based on Vitest.', + message: 'Released under the MIT License.', copyright: 'Copyright © 2023 MicLon', }, diff --git a/docs/.vitepress/meta.ts b/docs/.vitepress/meta.ts index fd183db..f0255b9 100755 --- a/docs/.vitepress/meta.ts +++ b/docs/.vitepress/meta.ts @@ -3,7 +3,7 @@ /* Texts */ export const vitestName = 'UsePy' export const vitestShortName = 'UsePy' -export const vitestDescription = 'A blazing fast unit test framework powered by Vite' +export const vitestDescription = '简单又便捷的Python工具包' /* CDN fonts and styles */ export const googleapis = 'https://fonts.googleapis.com' @@ -11,7 +11,7 @@ export const gstatic = 'https://fonts.gstatic.com' export const font = `${googleapis}/css2?family=Readex+Pro:wght@200;400;600&display=swap` /* vitepress head */ -export const ogUrl = 'https://code05.com/' +export const ogUrl = 'https://usepy.code05.com/' export const ogImage = `${ogUrl}og.png` /* GitHub and social links */