Skip to content
/ API Public template

Commit b9e7d94

Browse files
authored
Update config.ts
1 parent df42b84 commit b9e7d94

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ const sidebarItems = [
2222
{ text: '14. 实名鉴权', link: '/guide/实名鉴权' },
2323
{ text: '15. 网络信息', link: '/guide/网络信息' },
2424
{ text: '16. 新闻资讯', link: '/guide/新闻资讯' },
25-
{ text: '17. 知识问答', link: '/guide/知识问答' }
25+
{ text: '17. 知识问答', link: '/guide/知识问答' },
26+
{ text: '服务条款', link: '/guide/terms-of-service' },
27+
{ text: '隐私政策', link: '/guide/privacy-policy' }
2628
]
2729

2830
export default defineConfig({
@@ -51,7 +53,11 @@ export default defineConfig({
5153
text: '接口文档',
5254
items: sidebarItems
5355
}
54-
]
56+
],
57+
footer: {
58+
message: '<a href="/guide/terms-of-service">服务条款 (Terms of Service)</a> | <a href="/guide/privacy-policy">隐私政策 (Privacy Policy)</a>',
59+
copyright: 'Copyright © 2017-present 姬长信 API'
60+
}
5561
},
5662
outlineTitle: '本页目录',
5763
socialLinks: [

0 commit comments

Comments
 (0)