diff --git a/.gitattributes b/.gitattributes index b2f4278..0595981 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ /tests export-ignore /.github export-ignore /.phpunit.cache export-ignore -/docs export-ignore +/web export-ignore .gitattributes export-ignore .gitignore export-ignore phpunit.php export-ignore diff --git a/web/.vitepress/config.ts b/web/.vitepress/config.ts index b679dd4..152b92c 100644 --- a/web/.vitepress/config.ts +++ b/web/.vitepress/config.ts @@ -5,7 +5,7 @@ import sidebar from "./sidebar"; export default defineConfig({ lang: 'zh-CN', title: 'Pay', - description: '让支付开发更简单', + description: '可能是我用过的最优雅的支付宝SDK、微信支付SDK 了; yansongda pay 让支付开发更简单', lastUpdated: true, head: [ ['link', { rel: 'icon', href: '/images/icon.png' }]