mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 10:56:52 +08:00
Initial commit
This commit is contained in:
19
web/models/share.ts
Normal file
19
web/models/share.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { Locale } from '@/i18n'
|
||||
|
||||
export type ResponseHolder = {}
|
||||
|
||||
export type ConversationItem = {
|
||||
id: string
|
||||
name: string
|
||||
inputs: Record<string, any> | null
|
||||
introduction: string,
|
||||
}
|
||||
|
||||
export type SiteInfo = {
|
||||
title: string
|
||||
description: string
|
||||
default_language: Locale
|
||||
prompt_public: boolean
|
||||
copyright?: string
|
||||
privacy_policy?: string
|
||||
}
|
||||
Reference in New Issue
Block a user