|
|
@@ -4378,6 +4378,9 @@ const docTemplate = `{ |
|
|
|
"type": "string", |
|
|
|
"example": "隐私协议链接" |
|
|
|
}, |
|
|
|
"seo": { |
|
|
|
"$ref": "#/definitions/md.Seo" |
|
|
|
}, |
|
|
|
"title": { |
|
|
|
"type": "string", |
|
|
|
"example": "软件使用协议标题" |
|
|
@@ -5607,6 +5610,21 @@ const docTemplate = `{ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"md.Seo": { |
|
|
|
"type": "object", |
|
|
|
"properties": { |
|
|
|
"seo_logo": { |
|
|
|
"type": "string" |
|
|
|
}, |
|
|
|
"seo_title": { |
|
|
|
"type": "string", |
|
|
|
"example": "seo" |
|
|
|
}, |
|
|
|
"web_logo": { |
|
|
|
"type": "string" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"md.SeqType": { |
|
|
|
"type": "object", |
|
|
|
"properties": { |
|
|
|