feat: support app rename and make app card ui better (#766)
Co-authored-by: Gillian97 <jinling.sunshine@gmail.com>
This commit is contained in:
parent
216fc5d312
commit
f95f6db0e3
53 changed files with 612 additions and 419 deletions
|
|
@ -75,8 +75,6 @@ export type AppTemplatesResponse = {
|
|||
|
||||
export type CreateAppResponse = App
|
||||
|
||||
export type UpdateAppNameResponse = App
|
||||
|
||||
export type UpdateAppSiteCodeResponse = { app_id: string } & SiteConfig
|
||||
|
||||
export type AppDailyConversationsResponse = {
|
||||
|
|
|
|||
|
|
@ -136,6 +136,7 @@ export type DataSourceInfo = {
|
|||
created_by: string
|
||||
extension: string
|
||||
}
|
||||
notion_page_icon?: string
|
||||
}
|
||||
|
||||
export type InitialDocumentDetail = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue