1 changed files with
20 additions and
0 deletions
|
|
|
@ -227,6 +227,26 @@ get:
|
|
|
|
|
type: string
|
|
|
|
|
title:
|
|
|
|
|
type: string
|
|
|
|
|
showSelect:
|
|
|
|
|
type: boolean
|
|
|
|
|
showTopicTools:
|
|
|
|
|
type: boolean
|
|
|
|
|
allCategoriesUrl:
|
|
|
|
|
type: string
|
|
|
|
|
selectedCategory:
|
|
|
|
|
type: object
|
|
|
|
|
properties:
|
|
|
|
|
icon:
|
|
|
|
|
type: string
|
|
|
|
|
name:
|
|
|
|
|
type: string
|
|
|
|
|
bgColor:
|
|
|
|
|
type: string
|
|
|
|
|
nullable: true
|
|
|
|
|
selectedCids:
|
|
|
|
|
type: array
|
|
|
|
|
items:
|
|
|
|
|
type: number
|
|
|
|
|
rssFeedUrl:
|
|
|
|
|
type: string
|
|
|
|
|
feeds:disableRSS:
|
|
|
|
|