mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-01 19:58:24 +08:00
docs: 优化文档 (#652)
This commit is contained in:
parent
eba51880c5
commit
4e83ab9149
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1,7 +1,7 @@
|
|||||||
/tests export-ignore
|
/tests export-ignore
|
||||||
/.github export-ignore
|
/.github export-ignore
|
||||||
/.phpunit.cache export-ignore
|
/.phpunit.cache export-ignore
|
||||||
/docs export-ignore
|
/web export-ignore
|
||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
phpunit.php export-ignore
|
phpunit.php export-ignore
|
||||||
|
@ -5,7 +5,7 @@ import sidebar from "./sidebar";
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
lang: 'zh-CN',
|
lang: 'zh-CN',
|
||||||
title: 'Pay',
|
title: 'Pay',
|
||||||
description: '让支付开发更简单',
|
description: '可能是我用过的最优雅的支付宝SDK、微信支付SDK 了; yansongda pay 让支付开发更简单',
|
||||||
lastUpdated: true,
|
lastUpdated: true,
|
||||||
head: [
|
head: [
|
||||||
['link', { rel: 'icon', href: '/images/icon.png' }]
|
['link', { rel: 'icon', href: '/images/icon.png' }]
|
||||||
|
Loading…
Reference in New Issue
Block a user