Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda committed Aug 1, 2024
1 parent 9aaf434 commit cbd56b9
Show file tree
Hide file tree
Showing 3 changed files with 565 additions and 532 deletions.
20 changes: 10 additions & 10 deletions web/.vitepress/sidebar/v3.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default [
{ text: '初始化', link: '/docs/v3/quick-start/init' },
{ text: '支付宝', link: '/docs/v3/quick-start/alipay' },
{ text: '微信', link: '/docs/v3/quick-start/wechat' },
{ text: '支付宝', link: '/docs/v3/quick-start/douyin' },
{ text: '抖音', link: '/docs/v3/quick-start/douyin' },
{ text: '银联', link: '/docs/v3/quick-start/unipay' },
{ text: '江苏银行', link: '/docs/v3/quick-start/jsb' },
{ text: '返回格式', link: '/docs/v3/quick-start/return-format' }
Expand Down Expand Up @@ -59,12 +59,12 @@ export default [
items: [
{ text: '支付', link: '/docs/v3/douyin/pay' },
{ text: '查询', link: '/docs/v3/douyin/query' },
{ text: '退款', link: '/docs/v3/wechat/refund' },
{ text: '关闭', link: '/docs/v3/wechat/close' },
{ text: '取消', link: '/docs/v3/wechat/cancel' },
{ text: '接收回调', link: '/docs/v3/wechat/callback' },
{ text: '确认回调', link: '/docs/v3/wechat/response' },
{ text: '所有内置插件', link: '/docs/v3/wechat/all' }
// { text: '退款', link: '/docs/v3/wechat/refund' },
// { text: '关闭', link: '/docs/v3/wechat/close' },
// { text: '取消', link: '/docs/v3/wechat/cancel' },
// { text: '接收回调', link: '/docs/v3/wechat/callback' },
// { text: '确认回调', link: '/docs/v3/wechat/response' },
// { text: '所有内置插件', link: '/docs/v3/wechat/all' }
]
},
{
Expand Down Expand Up @@ -95,14 +95,14 @@ export default [
},
{
text: '核心架构',
collapsed: false,
collapsed: true,
items: [
{ text: '核心思想', link: '/docs/v3/kernel/kernel' },
]
},
{
text: '其它',
collapsed: false,
collapsed: true,
items: [
{ text: '事件', link: '/docs/v3/others/event' },
{ text: '日志', link: '/docs/v3/others/logger' },
Expand All @@ -111,7 +111,7 @@ export default [
},
{
text: '升级指南',
collapsed: false,
collapsed: true,
items: [
{ text: 'v3.7 升级指南', link: '/docs/v3/upgrade/v3.7' },
{ text: 'v3.6 升级指南', link: '/docs/v3/upgrade/v3.6' },
Expand Down
10 changes: 5 additions & 5 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"web:serve": "vitepress serve"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/node": "^20.14.13",
"fast-glob": "^3.3.2",
"sass": "^1.77.1",
"vite": "^5.2.11",
"vitepress": "^1.1.4",
"vue": "^3.4.27"
"sass": "^1.77.8",
"vite": "^5.3.5",
"vitepress": "^1.3.1",
"vue": "^3.4.35"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit cbd56b9

Please sign in to comment.