feat: improve app ui and project metadata
This commit is contained in:
11
apps/web/lib/api/schema.d.ts
vendored
11
apps/web/lib/api/schema.d.ts
vendored
@@ -1539,6 +1539,17 @@ export interface components {
|
||||
selling_points?: string[];
|
||||
/** Structure */
|
||||
structure?: string | null;
|
||||
/**
|
||||
* Updated At
|
||||
* @description 项目最近更新时间
|
||||
*/
|
||||
updated_at?: string | null;
|
||||
/**
|
||||
* Pending Review Count
|
||||
* @description 待审稿章节数
|
||||
* @default 0
|
||||
*/
|
||||
pending_review_count: number;
|
||||
};
|
||||
/**
|
||||
* ProviderCredentialInput
|
||||
|
||||
Reference in New Issue
Block a user