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:
Good Wood
2025-05-26 18:20:53 +08:00
committed by GitHub
parent 2cad98f01f
commit 6f982eb7e4
4 changed files with 30 additions and 7 deletions

View File

@@ -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 */