mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 10:01:46 +08:00
Feature/add emoji (#103)
This commit is contained in:
@@ -3,6 +3,8 @@ import { AppMode } from './app'
|
||||
export type DataSet = {
|
||||
id: string
|
||||
name: string
|
||||
icon: string
|
||||
icon_background: string
|
||||
description: string
|
||||
permission: 'only_me' | 'all_team_members'
|
||||
data_source_type: 'upload_file'
|
||||
|
||||
@@ -11,6 +11,8 @@ export type ConversationItem = {
|
||||
|
||||
export type SiteInfo = {
|
||||
title: string
|
||||
icon: string
|
||||
icon_background: string
|
||||
description: string
|
||||
default_language: Locale
|
||||
prompt_public: boolean
|
||||
|
||||
Reference in New Issue
Block a user