feat(studio): manage content subtopics

This commit is contained in:
2026-09-10 13:49:04 +08:00
parent 0599d004cf
commit 6d34238e34
4 changed files with 136 additions and 49 deletions
+6 -6
View File
@@ -1273,8 +1273,8 @@ export interface paths {
*/
content_value?: string;
/**
* @description 0-255
* @example 80
* @description 0-10
* @example 8
*/
expandability_score?: number;
/**
@@ -3277,8 +3277,8 @@ export interface paths {
*/
content_value?: string;
/**
* @description 0-255
* @example 90
* @description 0-10
* @example 9
*/
expandability_score?: number;
/**
@@ -7685,9 +7685,9 @@ export interface paths {
* @example b
*/
q?: string | null;
/** @example false */
status?: boolean | null;
/** @example true */
status?: boolean | null;
/** @example false */
is_robot?: boolean | null;
/**
* @description Must not be greater than 100 characters.