docs: pay 对接指南升 v2 契约 + 授权管理屏文档同步 + db-schema 四新列

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-07-11 00:44:03 +08:00
parent 22e07613a1
commit 3b5d84a7e3
9 changed files with 195 additions and 80 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const md = require('markdown-it')({ html: false, breaks: false, linkify: false }
const TOC_GROUPS = [
{ group: '快速开始', nums: [1, 2] },
{ group: '业务操作', nums: [3, 4, 5, 6, 7, 8] },
{ group: '设置与答疑', nums: [9, 10] },
{ group: '设置与答疑', nums: [9, 10, 11] },
];
module.exports = function() {