feat: add author_name for app list card (#16900)
Co-authored-by: crazywoola <427733928@qq.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
@@ -316,6 +316,8 @@ export type App = {
|
||||
name: string
|
||||
/** Description */
|
||||
description: string
|
||||
/** Author Name */
|
||||
author_name: string;
|
||||
|
||||
/**
|
||||
* Icon Type
|
||||
@@ -348,6 +350,8 @@ export type App = {
|
||||
app_model_config: ModelConfig
|
||||
/** Timestamp of creation */
|
||||
created_at: number
|
||||
/** Timestamp of update */
|
||||
updated_at: number
|
||||
/** Web Application Configuration */
|
||||
site: SiteConfig
|
||||
/** api site url */
|
||||
|
Reference in New Issue
Block a user