From 4e83ab9149bb070616172b52f4f5e4731b0abc99 Mon Sep 17 00:00:00 2001 From: yansongda Date: Tue, 23 Aug 2022 13:52:06 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=A3=20?= =?UTF-8?q?(#652)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 2 +- web/.vitepress/config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' }]