feat: 首页数据
This commit is contained in:
13
model/ChatModel.js
Normal file
13
model/ChatModel.js
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
export const MessageRole = {
|
||||
AI: "AI",
|
||||
ME: "ME",
|
||||
OTHER: "OTHER"
|
||||
}
|
||||
|
||||
export const MessageType = {
|
||||
TEXT: 'TEXT',
|
||||
IMAGE: 'IMAGE'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user