File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2830export 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 : [
You can’t perform that action at this time.
0 commit comments